Skip to content

Commit a233b20

Browse files
committed
wip: testing
1 parent c77207f commit a233b20

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ on:
33
push:
44

55
permissions:
6+
contents: read
67
id-token: write
78

89
jobs:
910
test:
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@v4
14+
- name: Setup
15+
uses: ./forge/actions/setup
16+
with:
17+
forge_version: local

0 commit comments

Comments
 (0)