Skip to content

Commit

Permalink
bug fix in linting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsikalagaturu committed Dec 18, 2024
1 parent 910417c commit a574548
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/format_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ on:
jobs:
setup-build-lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.12", "3.13"]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -27,7 +23,7 @@ jobs:
restore-keys: |
pre-commit-${{ runner.os }}-
- name: Run pre-commit checks
working-directory: ws
working-directory: ${{ github.workspace }}
run: |
pre-commit autoupdate --repo https://github.com/pre-commit/pre-commit-hooks
Expand Down

0 comments on commit a574548

Please sign in to comment.