Don't allow test-format.sh to be run locally

This commit is contained in:
Riku Isokoski
2022-05-10 22:29:20 +03:00
committed by NeroBurner
parent 443408312a
commit a6fcdec0f8
2 changed files with 7 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ jobs:
sudo apt-get -y install clang-format-12
- name: Check formatting
run: tests/test-format.sh "$GITHUB_BASE_REF"
run: tests/test-format.sh
- name: Upload patches
uses: actions/upload-artifact@v3