Skip to content

Commit

Permalink
Merge branch 'main' into settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexgamer470 authored Mar 21, 2023
2 parents fd1b5f5 + cb51fe7 commit f1c0b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run clang-format in the frontends folder
uses: jidicula/clang-format-action@v4.10.2
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '12'
check-path: 'frontend'
- name: Run clang-format in the menu folder
uses: jidicula/clang-format-action@v4.10.2
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '12'
check-path: 'menu'
- name: Run clang-format in the snake folder
uses: jidicula/clang-format-action@v4.10.2
uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '12'
check-path: 'snake'

0 comments on commit f1c0b50

Please sign in to comment.