Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kouchy committed Apr 1, 2024
1 parent 9894b35 commit f71ffe3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Generate Headers & Compare
- name: Install clang-format
run: |
apt-get update
apt-get -y install clang-format
shell: bash
- name: Invoke clang-format on the source code & Compare
run: |
mkdir original_code
cp -r include original_code
cp -r src original_code
Expand Down

0 comments on commit f71ffe3

Please sign in to comment.