Skip to content

Commit

Permalink
workflows: update namings
Browse files Browse the repository at this point in the history
  • Loading branch information
allenvox committed Nov 3, 2024
1 parent 883660a commit 29f41d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake build & run
name: CMake build & run workflow
on: push
jobs:
check_codestyle:
Expand All @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: Check codestyle
run: git ls-files '*.c' '*.h' '*.cpp' '*.hpp' | xargs clang-format -i --verbose && git diff --exit-code
release:
preset_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 29f41d6

Please sign in to comment.