Skip to content

Commit

Permalink
ci remove pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Dec 4, 2023
1 parent 8d75131 commit 18c0b3e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ on:

jobs:

pre-commit:
runs-on: ubuntu-latest
#pre-commit:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
- uses: pre-commit/[email protected]
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: 3.8
# - uses: pre-commit/[email protected]

# docs:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 18c0b3e

Please sign in to comment.