Skip to content

Commit

Permalink
Simplify check style formatting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
claha committed Sep 16, 2023
1 parent 0189d3f commit 9259ea9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pullpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
runs-on: "ubuntu-latest"
name: Check style formatting
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4"
- uses: actions/checkout@v4.0.0
- uses: actions/setup-python@v4.7.0
with:
python-version: "3.x"
- run: pip install pre-commit==2.9.3
- run: pre-commit run --all-files
- run: if git ls-files | xargs file | grep CRLF; then exit 1; fi
python-version: 3.x
- uses: pre-commit/action@v3.0.0

0 comments on commit 9259ea9

Please sign in to comment.