Skip to content

Adding method to ack #69

Adding method to ack

Adding method to ack #69

Workflow file for this run

name: CI tests
on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request_target:
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