Skip to content

Commit

Permalink
[#28] Fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSomeMan committed Oct 17, 2023
1 parent d7b253f commit 2acdbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
uses: actions/checkout@v3 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it

- name: Run build.sh
run: build.sh
run: ./build.sh
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get install -y clang-format-14
- name: Run clang-format
run: clang_format_all.sh
run: ./clang_format_all.sh

- name: Check formatting
run: git diff --exit-code --diff-filter=d --color

0 comments on commit 2acdbea

Please sign in to comment.