Skip to content

Commit 8cfcd57

Browse files
committed
ci(GH-160): add formatting check job
1 parent 4618c96 commit 8cfcd57

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
on: [ push, pull_request ]
2-
name: Clippy check
1+
name: Checks
2+
on: [ pull_request ]
33
jobs:
4-
clippy_check:
4+
lints:
5+
name: Lints
56
runs-on: ubuntu-latest
67
steps:
78
- uses: actions/[email protected]
@@ -11,3 +12,11 @@ jobs:
1112
token: ${{ secrets.GITHUB_TOKEN }}
1213
permissions:
1314
checks: write
15+
formatting:
16+
name: Formatting
17+
runs-on: ubuntu-latest
18+
steps:
19+
- uses: actions/[email protected]
20+
- uses: actions-rust-lang/[email protected]
21+
- uses: actions-rust-lang/[email protected]
22+

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Release
22
on: [ push ]
33
jobs:
44
test:

0 commit comments

Comments
 (0)