Skip to content

Commit

Permalink
ci: add formatting check job
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed May 10, 2024
1 parent 4618c96 commit 2cb28c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/clippy_check.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Checks
on: [ push, pull_request ]
name: Clippy check
jobs:
clippy_check:
lints:
name: Lints
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand All @@ -11,3 +12,11 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
permissions:
checks: write
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions-rust-lang/[email protected]
- uses: actions-rust-lang/[email protected]

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Release
on: [ push ]
jobs:
test:
Expand Down

0 comments on commit 2cb28c4

Please sign in to comment.