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 56754d8 commit de53666Copy full SHA for de53666
Makefile
@@ -3,7 +3,7 @@ init:
3
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4
brew bundle
5
pre-commit install
6
- clang-format --version | awk '{print $3}' > scripts/.clang-format-version
+ clang-format --version | awk '{print $$3}' > scripts/.clang-format-version
7
swiftlint version > scripts/.swiftlint-version
8
9
# installs the tools needed to test various CI tasks locally
0 commit comments