Bump to 4.6.1
[qBittorrent.git] / .github / workflows / ci_file_health.yaml
blobeb151513c4495c4109a6d473711443ac99231fa1
1 name: CI - File health
3 on: [pull_request, push]
5 permissions: {}
7 concurrency:
8   group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9   cancel-in-progress: ${{ github.head_ref != '' }}
11 jobs:
12   ci:
13     name: Check
14     runs-on: ubuntu-latest
15     steps:
16       - name: Checkout repository
17         uses: actions/checkout@v3
19       - name: Install tools
20         uses: actions/setup-python@v4
21         with:
22           python-version: "*"
24       - name: Check files
25         uses: pre-commit/action@v3.0.0