projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fcf4a3
)
ci: Fix GH action for rustfmt
author
Colin Walters
<walters@verbum.org>
Tue, 27 Apr 2021 17:08:57 +0000
(13:08 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 27 Apr 2021 17:10:07 +0000
(13:10 -0400)
Since we now have a toplevel workspace, just use that.
.github/workflows/tests.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/tests.yml
b/.github/workflows/tests.yml
index 42eaac83c532cf0349c4cfcf60730a784e287421..6a867d2c6f0c12b5251a313b371c51b38dfcdc31 100644
(file)
--- a/
.github/workflows/tests.yml
+++ b/
.github/workflows/tests.yml
@@
-24,4
+24,4
@@
jobs:
default: true
components: rustfmt, clippy
- name: cargo fmt (check)
- run: c
d tests/inst && c
argo fmt -- --check -l
+ run: cargo fmt -- --check -l