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 8932842 commit 683916aCopy full SHA for 683916a
.github/workflows/pre-commit.yml
@@ -24,6 +24,10 @@ jobs:
24
with:
25
python-version: "3.x"
26
27
+ - name: Set up Homebrew
28
+ id: set-up-homebrew
29
+ uses: Homebrew/actions/setup-homebrew@master
30
+
31
- name: Get Python version hash
32
run: |
33
echo "Using $(python -VV)"
@@ -41,7 +45,9 @@ jobs:
41
45
- name: Install dependencies
42
46
43
47
sudo apt update
44
- sudo apt-get install -y cppcheck oclint
48
+ sudo apt-get install -y cppcheck
49
+ brew tap oclint/formulae
50
+ brew install oclint
51
python -m pip install pre-commit docutils
52
echo "source .github/scripts/install-arduino-cli.sh" >> ~/install.sh
53
echo "source .github/scripts/install-arduino-core-esp32.sh" >> ~/install.sh
0 commit comments