From 12d9089907846f2a2b58373036d25ac10bde3e18 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 17 Jan 2025 23:06:00 +1100 Subject: [PATCH] ci: garnix --- .github/workflows/garnix.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/garnix.yml diff --git a/.github/workflows/garnix.yml b/.github/workflows/garnix.yml new file mode 100644 index 0000000..68d75c1 --- /dev/null +++ b/.github/workflows/garnix.yml @@ -0,0 +1,15 @@ +name: Garnix +on: + push: + branches: + - main + +permissions: + contents: read + +jobs: + check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: garnix-io/check-flake@v2