Skip to content

Merge pull request #57 from shashank-boyapally/exit-1 #60

Merge pull request #57 from shashank-boyapally/exit-1

Merge pull request #57 from shashank-boyapally/exit-1 #60

Workflow file for this run

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