Skip to content

Commit 52bccd3

Browse files
aewedaaesedepece
authored andcommitted
chore: remove final actions-rs & final rename of workflow
1 parent 2cc67f3 commit 52bccd3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pull_request.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate Pull Request
1+
name: Validate
22

33
on: [pull_request]
44

@@ -63,10 +63,7 @@ jobs:
6363
uses: taiki-e/install-action@just
6464

6565
- name: Formatter
66-
uses: actions-rs/cargo@v1
67-
with:
68-
command: fmt
69-
args: --all -- --check
66+
run: just fmt
7067

7168
- name: Install compilation system dependencies
7269
run: |

0 commit comments

Comments
 (0)