Skip to content

Commit

Permalink
ci(check): revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Mar 5, 2025
1 parent faf14a8 commit f701c7d
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ jobs:
if: "!startsWith(github.ref, 'refs/tags')"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check
# - uses: dtolnay/rust-toolchain@nightly
# - uses: rui314/setup-mold@v1
# - uses: taiki-e/install-action@just
# - uses: mozilla-actions/[email protected]
# - run: just fmt --check
# - run: just check
# - run: just lint
# - run: just test
- uses: dtolnay/rust-toolchain@nightly
- uses: rui314/setup-mold@v1
- uses: taiki-e/install-action@just
- uses: mozilla-actions/[email protected]
- run: just fmt --check
- run: just check
- run: just lint
- run: just test

0 comments on commit f701c7d

Please sign in to comment.