Skip to content

Commit b4752a6

Browse files
committed
chore: Add CI github workflow
1 parent e728d19 commit b4752a6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
jobs:
2222
fmt:
2323
name: stable / fmt
24-
runs-on: ubuntu-24.04
24+
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4
@@ -35,9 +35,7 @@ jobs:
3535

3636
clippy:
3737
name: stable / clippy
38-
runs-on: ubuntu-24.04
39-
permissions:
40-
checks: write
38+
runs-on: ubuntu-latest
4139
steps:
4240
- name: Checkout
4341
uses: actions/checkout@v4
@@ -54,7 +52,7 @@ jobs:
5452

5553
test:
5654
name: stable / test
57-
runs-on: ubuntu-24.04
55+
runs-on: ubuntu-latest
5856
steps:
5957
- name: Checkout
6058
uses: actions/checkout@v4
@@ -72,7 +70,7 @@ jobs:
7270

7371
doc:
7472
name: stable / doc
75-
runs-on: ubuntu-24.04
73+
runs-on: ubuntu-latest
7674
steps:
7775
- name: Checkout
7876
uses: actions/checkout@v4

0 commit comments

Comments
 (0)