From 541a7bfb8012e1c15dcfca1388e97d49541766a1 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Tue, 17 Sep 2024 14:15:49 -0700 Subject: [PATCH] ci: adds catalyst-forge --- .github/workflows/ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..0d887d7 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,15 @@ +name: CI + +on: + push: + +permissions: + id-token: write + contents: write + packages: write + +jobs: + ci: + uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@master + with: + forge_version: latest \ No newline at end of file