Skip to content

Commit

Permalink
chore: clean up pre-commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Dec 2, 2024
1 parent 6db481d commit ce04339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ jobs:
- name: install eslint packages
run: npm ci
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: set PY
run: echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/action@v3.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

commitlint: # Test all commits in PR follow conventional commit format
runs-on: ubuntu-latest
Expand Down

0 comments on commit ce04339

Please sign in to comment.