Skip to content

Commit

Permalink
simplify pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 20, 2023
1 parent e27244a commit 408420c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ on:
jobs:
pre-commit:
runs-on: ubuntu-latest
env:
FORCE_COLOR: "1"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- id: file_changes
uses: trilom/[email protected]
with:
output: ' '
- uses: pre-commit/[email protected]
with:
extra_args: --files ${{ steps.file_changes.outputs.files}}
- uses: pre-commit/[email protected]

0 comments on commit 408420c

Please sign in to comment.