We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5807f0b commit 04c5c91Copy full SHA for 04c5c91
.github/workflows/pre-commit.yml
@@ -48,7 +48,7 @@ jobs:
48
sudo apt-get install -y cppcheck
49
brew tap oclint/formulae
50
brew install oclint
51
- sudo chown -R runner: /home/linuxbrew/.linuxbrew
+ sudo chmod a+x /home/linuxbrew/.linuxbrew/bin/oclint
52
python -m pip install pre-commit docutils
53
echo "source .github/scripts/install-arduino-cli.sh" >> ~/install.sh
54
echo "source .github/scripts/install-arduino-core-esp32.sh" >> ~/install.sh
@@ -114,4 +114,4 @@ jobs:
114
uses: pre-commit-ci/lite-action@v1.0.2
115
if: always()
116
with:
117
- msg: "fix(PR): [pre-commit.ci lite] Apply automatic fixes"
+ msg: "fix(pre-commit.ci lite): Apply automatic fixes"
0 commit comments