mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
ci: Update actions (#1268)
This commit is contained in:
4
.github/workflows/format.yml
vendored
4
.github/workflows/format.yml
vendored
@@ -4,7 +4,7 @@ on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
clang-format:
|
||||
name: 'C++'
|
||||
name: C++
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
@@ -16,4 +16,4 @@ jobs:
|
||||
pipx run "clang-format>=17,<18" \
|
||||
--style=file \
|
||||
-i
|
||||
git diff --exit-code
|
||||
git diff --exit-code
|
||||
|
||||
Reference in New Issue
Block a user