Skip to content

Commit

Permalink
removing pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdburr authored Sep 20, 2024
1 parent f53adb3 commit ee79ffd
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,6 @@ on:
permissions:
contents: write
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: pre-commit/[email protected]
with:
extra_args: --hook-stage manual --all-files
docs:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ee79ffd

Please sign in to comment.