Skip to content

Commit

Permalink
Refactor workflows into ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meade committed Oct 17, 2024
1 parent 47484f1 commit a8b26c9
Show file tree
Hide file tree
Showing 11 changed files with 516 additions and 507 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/check.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo fmt --check
- run: cargo fmt --all -- --check
- run: cargo clippy --locked
- run: cargo generate-lockfile --locked
- run: cargo check --locked
- run: cargo verify-project --locked
- run: cargo install cargo-outdated
- run: cargo outdated --root-deps-only --exit-code 1

Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/clippy.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/fmt.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/generate-lockfile.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/outdated.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/test.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/verify-project.yaml

This file was deleted.

Loading

0 comments on commit a8b26c9

Please sign in to comment.