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