File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
77
components : rustfmt
78
78
79
79
- name : cargo fmt
80
- run : cargo fmt --all --check
80
+ run : cargo fmt ${{ fromJson(env.EXCLUDE_PKGS)['Foobar'] }} --all --check
81
81
82
82
- name : install ripgrep
83
83
run : |
@@ -119,7 +119,7 @@ jobs:
119
119
save-if : ${{ github.event_name != 'merge_group' }}
120
120
121
121
- name : cargo clippy
122
- run : cargo hack clippy --workspace ${{ fromJson(env.EXCLUDE_PKGS)[runner.os ] }} --locked --optional-deps --each-feature -- -D warnings
122
+ run : cargo hack clippy --workspace ${{ fromJson(env.EXCLUDE_PKGS)['Foobar' ] }} --locked --optional-deps --each-feature -- -D warnings
123
123
124
124
- name : cargo clippy (auxiliary)
125
125
run : cargo hack clippy --workspace ${{ fromJson(env.EXCLUDE_PKGS)[runner.os] }} --locked --optional-deps --each-feature --tests --benches --examples -- -D warnings
You can’t perform that action at this time.
0 commit comments