Skip to content

Commit

Permalink
Try fix style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Jan 3, 2025
1 parent 6153d8b commit df4e50f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install dependencies
run: |
sudo pip install cmake-format black
pip install cmake-format black
- name: Clang Format
run: ./script/clang-format --check
Expand Down

0 comments on commit df4e50f

Please sign in to comment.