Files
proxy-scraper-checker/.github/workflows/ci.yml
T
2023-05-11 13:52:44 +03:00

17 lines
342 B
YAML

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run-pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx run pre-commit run --all-files