Skip to content

fix: logging

fix: logging #49

Workflow file for this run

name: Linting test
on:
push:
branches: [ 'main' ]
pull_request:
paths:
- 'datashare_python/**.py'
- '.github/workflows/linting.yml'
# TODO: leverage some caching here
jobs:
linting-worker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/pylint
with:
path: "."
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true