Skip to content

Commit c0e4993

Browse files
committed
Moves reusable actions to .github
1 parent 2f11e37 commit c0e4993

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/library.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Build and test library
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
branches: [main]
@@ -11,4 +14,4 @@ on:
1114
jobs:
1215
build:
1316
name: Build and test library
14-
uses: zig-devel/.infra/.github/workflows/library.yml@main
17+
uses: zig-devel/.github/.github/workflows/library.yml@main

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ on:
77
jobs:
88
release:
99
name: Prepare GitHub release
10-
uses: zig-devel/.infra/.github/workflows/release.yml@main
10+
uses: zig-devel/.github/.github/workflows/release.yml@main
1111
permissions:
1212
contents: write

0 commit comments

Comments
 (0)