Skip to content

Commit

Permalink
fix checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDaedalus committed Apr 5, 2024
1 parent f842eab commit 3f59963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: workflows/checkout@v4
- uses: actions/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: workflows/checkout@v4
- uses: actions/checkout@v4
- name: Format Code
run: cargo +nightly fmt --check

0 comments on commit 3f59963

Please sign in to comment.