From 4f62044223162d0a717c42724a3db885e41a5e6e Mon Sep 17 00:00:00 2001 From: JadenSimon Date: Sun, 23 Jun 2024 10:08:58 -0700 Subject: [PATCH] Test action --- .github/workflows/test-action.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/test-action.yml diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml new file mode 100644 index 0000000..c97b132 --- /dev/null +++ b/.github/workflows/test-action.yml @@ -0,0 +1,19 @@ +on: + push: + branches: + - main + paths: + - "!.github/**" + - .github/workflows/test-action.yml + - src/** + +jobs: + run_test: + runs-on: + - ubuntu-latest + permissions: + id-token: write + contents: read + steps: + - uses: Cohesible/get-credentials-action@d2795224e6f0ea7b2e41c4d3dbdb8bc3c873f450 +