release: bump icij-common
to 0.5.6
and icij-worker
to 0.12.0
#271
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Linting test for icij-common | |
on: | |
push: | |
branches: ['main'] | |
pull_request: | |
paths: | |
- 'icij-common/**.py' | |
- '.github/workflows/tests-common.yml' | |
jobs: | |
linting-test-icij-common: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/pylint | |
with: | |
path: icij-common | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true |