Skip to content

Commit

Permalink
fix(ci): Enable globstar to fix lint (#167)
Browse files Browse the repository at this point in the history
* Update linter.yml

Signed-off-by: XMLHexagram <[email protected]>

* Update linter.yml

Signed-off-by: XMLHexagram <[email protected]>

* Update linter.yml

Signed-off-by: XMLHexagram <[email protected]>

---------

Signed-off-by: XMLHexagram <[email protected]>
  • Loading branch information
XMLHexagram authored Dec 3, 2024
1 parent 3a2fadf commit 30c2a2f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
run: rinf message

- name: Format message files
run: cargo fmt -- native/hub/src/messages/**/*.rs
run: |
shopt -s globstar
cargo fmt -- native/hub/src/messages/**/*.rs
- name: Run cargo fmt
run: cargo fmt -- --check
Expand Down

0 comments on commit 30c2a2f

Please sign in to comment.