Skip to content

Fix library update for git #309

Fix library update for git

Fix library update for git #309

Workflow file for this run

name: lint
on:
pull_request:
push:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v2.0.0