Skip to content

Commit 468a8b0

Browse files
authored
Merge pull request #1 from input-output-hk/adds-forge
2 parents 100ca8e + 4c530ad commit 468a8b0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
6+
permissions:
7+
id-token: write
8+
contents: write
9+
packages: write
10+
jobs:
11+
ci:
12+
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@master
13+
with:
14+
forge_version: latest

0 commit comments

Comments
 (0)