Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04c5c91

Browse files
committedApr 14, 2024
Fix
1 parent 5807f0b commit 04c5c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
sudo apt-get install -y cppcheck
4949
brew tap oclint/formulae
5050
brew install oclint
51-
sudo chown -R runner: /home/linuxbrew/.linuxbrew
51+
sudo chmod a+x /home/linuxbrew/.linuxbrew/bin/oclint
5252
python -m pip install pre-commit docutils
5353
echo "source .github/scripts/install-arduino-cli.sh" >> ~/install.sh
5454
echo "source .github/scripts/install-arduino-core-esp32.sh" >> ~/install.sh
@@ -114,4 +114,4 @@ jobs:
114114
uses: pre-commit-ci/lite-action@v1.0.2
115115
if: always()
116116
with:
117-
msg: "fix(PR): [pre-commit.ci lite] Apply automatic fixes"
117+
msg: "fix(pre-commit.ci lite): Apply automatic fixes"

0 commit comments

Comments
 (0)
Please sign in to comment.