Skip to content

Commit

Permalink
wrong dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDaedalus committed Apr 5, 2024
1 parent d2b6808 commit f842eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: actions/checkout@v4
- uses: workflows/checkout@v4
- name: Run Clippy
run: cargo clippy --all-targets --all-features
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: workflows/checkout@v4
- name: Format Code
run: cargo +nightly fmt --check

0 comments on commit f842eab

Please sign in to comment.