Remove ref option from checkout step

This commit is contained in:
Jason Turner 2026-04-15 16:32:57 -06:00 committed by GitHub
parent d2f1b61d7f
commit 5fc11e626c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,8 +7,6 @@ jobs:
steps:
- uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: '.'