Skip to content

Commit

Permalink
try newer espresiff
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Nov 6, 2024
1 parent 340e712 commit 7a602f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
with:
python-version: 3.11

- name: Run pre-commit
shell: bash
run: |
python3 -m venv venv
source venv/bin/activate
pip install pre-commit
pre-commit run --all-files --show-diff-on-failure
- name: Run Pre-commit and Fix Issues
uses: pre-commit/[email protected]
with:
extra_args: "--from-ref origin/main --to-ref HEAD"
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: yamllint
exclude: ^(?!\.github/).* # Only include files in .github/
- repo: https://github.com/espressif/check-copyright/
rev: v1.0.0
rev: v1.0.3
hooks:
- id: check-copyright
args: ['--config', '.check-copyright-config.yaml', "--ignore", ""]

0 comments on commit 7a602f8

Please sign in to comment.