Skip to content

Commit

Permalink
Fix cicd (#13)
Browse files Browse the repository at this point in the history
* fix: path typo for custom action
  • Loading branch information
baduker authored Sep 29, 2024
1 parent bb8fa1d commit 7cc11da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
- name: Remove untracked files
run: git clean -df
- name: Run code style check
uses: .github/actions/check_style
uses: ./.github/actions/check_style

0 comments on commit 7cc11da

Please sign in to comment.