Skip to content

Use collections.abc.Callable instead of typing.Callable (#53) #128

Use collections.abc.Callable instead of typing.Callable (#53)

Use collections.abc.Callable instead of typing.Callable (#53) #128

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Lint
run: ./ci/lint.sh