Skip to content

Commit

Permalink
Update pre-commit-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxdrPolyakov authored Sep 5, 2024
1 parent 718006d commit ac0175e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/pre-commit-check.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: pre-commit check
# name: pre-commit check

on:
pull_request:
push:
branches: [main]
# on:
# pull_request:
# push:
# branches: [main]

jobs:
pre-commit:
name: Pre-commit check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: pre-commit/[email protected]
# jobs:
# pre-commit:
# name: Pre-commit check
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: 3.9
# - uses: pre-commit/[email protected]

0 comments on commit ac0175e

Please sign in to comment.