Skip to content

Commit a150040

Browse files
committed
asctually fix fetch issues
1 parent bf27f30 commit a150040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ env:
1919
2020
jobs:
2121
check:
22-
name: Check formatting / lints / clippy
22+
name: Run checks
2323
runs-on: ubuntu-24.04
2424
permissions:
2525
actions: write
26+
contents: read
2627
steps:
2728
- uses: actions/checkout@v4
2829
- uses: nixbuild/nix-quick-install-action@v30

0 commit comments

Comments
 (0)