diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2022-05-10 19:29:20 (GMT) |
|---|---|---|
| committer | NeroBurner <pyro4hell@gmail.com> | 2022-05-16 21:25:47 (GMT) |
| commit | a6fcdec0f8157fb65e52712255295ebe78c455af (patch) | |
| tree | ec343f41f6e8937c156f7410d66c3a51c84a2832 /.github | |
| parent | 443408312a0fd6e22bef6ffc878155479ba9eb53 (diff) | |
Don't allow test-format.sh to be run locally
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 97ab11e..8962d9d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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 |
