Skip to content

Commit

Permalink
Remove unneeded step in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 8, 2024
1 parent 006e5ce commit 1b6edf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "J. Doe"
- name: Install mise
run: |
set -e
Expand Down

0 comments on commit 1b6edf5

Please sign in to comment.