Skip to content

chore: run linting test in GH actions #1

chore: run linting test in GH actions

chore: run linting test in GH actions #1

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