From c957733469b325deb5d5a88ab1b62dc5c47013bf Mon Sep 17 00:00:00 2001 From: "snout-router-repo-manager[bot]" <97502368+snout-router-repo-manager[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 12:08:56 +0000 Subject: [PATCH] Update "CI" GHA workflow --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 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..3635824 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,9 @@ +# DO NOT EDIT - This file is managed by snout-router/repos. +name: CI +on: + push: + pull_request: +jobs: + ci: + name: Snout + uses: snout-router/.github/.github/workflows/ci.yml@main