Skip to content

Commit

Permalink
Force step to run always
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Sep 13, 2024
1 parent cb226b7 commit 352265c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
tox -e testcore
- name: Run clang-tidy
if: ${{ matrix.python-version == '3.11' }}
if: always()
run: |
~/.platformio/packages/tool-clangtidy/clang-tidy --version

0 comments on commit 352265c

Please sign in to comment.