Skip to content

chore: run linting test in GH actions #2

chore: run linting test in GH actions

chore: run linting test in GH actions #2

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/pylint
with:
path: icij-worker