Skip to content

Commit

Permalink
chore: remove final actions-rs & final rename of workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweda committed Oct 14, 2024
1 parent a03de5c commit 4358bfd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate Pull Request
name: Validate

on: [pull_request]

Expand Down Expand Up @@ -63,10 +63,7 @@ jobs:
uses: taiki-e/install-action@just

- name: Formatter
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
run: just fmt

- name: Install compilation system dependencies
run: |
Expand Down

0 comments on commit 4358bfd

Please sign in to comment.