[c36663]: / .github / workflows / pre-commit.yaml

Download this file

15 lines (12 with data), 334 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
name: pre-commit-codestyle
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
cancel-in-progress: true
on: [pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1