Skip to content

Adding CI test

Adding CI test #8

Workflow file for this run

name: CI tests
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
lint:
uses: ./.github/workflows/pylint.yaml
build:
uses: ./.github/workflows/builders.yaml
tests:
needs: build
uses: ./.github/workflows/tests.yaml

Check failure on line 21 in .github/workflows/ci-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-tests.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-tests.yaml" -> "./.github/workflows/tests.yaml" : a step cannot have both the `uses` and `run` keys
secrets: inherit