-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #521 from doudar/dependabot/github_actions/pre-com…
…mit/action-3.0.1 Bump pre-commit/action from 3.0.0 to 3.0.1
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Install PlatformIO | ||
run: python -m pip install platformio | ||
- name: Check pre-commit hooks | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 | ||
- name: Build firmware | ||
run: platformio run | ||
- name: Build filesystem | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ jobs: | |
- name: Setup python | ||
uses: actions/setup-python@v5 | ||
- name: Check pre-commit hooks | ||
uses: pre-commit/[email protected].0 | ||
uses: pre-commit/[email protected].1 |