Skip to content

Bump filelock from 3.18.0 to 3.20.3 #89

Bump filelock from 3.18.0 to 3.20.3

Bump filelock from 3.18.0 to 3.20.3 #89

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.1.0
if: always()
with:
msg: Apply code formatting with pre-commit