Skip to content

chore: run linting test in GH actions #3

chore: run linting test in GH actions

chore: run linting test in GH actions #3

name: Linting test for icij-worker
on:
pull_request:
paths:
- 'icij-worker/**.py'
push:
paths:
- 'icij-worker/**.py'
# TODO: leverage some caching here
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/pylint
with:
path: icij-worker