summaryrefslogtreecommitdiff
path: root/.github/workflows/format.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format.yml')
-rw-r--r--.github/workflows/format.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 97ab11e4..8962d9d0 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