Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Samet Akcay <[email protected]>
  • Loading branch information
samet-akcay committed Nov 5, 2024
1 parent f48bfeb commit c27374f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/linting/pre-commit/action.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: 'Pre-commit Checks'
description: 'Runs all pre-commit hooks'
name: "Pre-commit Checks"
description: "Runs all pre-commit hooks"
runs:
using: 'composite'
using: "composite"
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.11"

- run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit c27374f

Please sign in to comment.