Skip to content

test: no revert check #11

test: no revert check

test: no revert check #11

Workflow file for this run

name: pre-commit
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.10.4
uses: actions/setup-python@v4
with:
python-version: 3.10.4
- uses: pre-commit/[email protected]