From ad471e008dab4a87525a3f36fbd05f0bae170ebd Mon Sep 17 00:00:00 2001 From: Tom Hadlaw Date: Wed, 17 Jan 2024 16:37:16 -0800 Subject: [PATCH] wip Signed-off-by: Tom Hadlaw --- .github/workflows/talos-conformance.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/talos-conformance.yml diff --git a/.github/workflows/talos-conformance.yml b/.github/workflows/talos-conformance.yml new file mode 100644 index 0000000..8b4fbd2 --- /dev/null +++ b/.github/workflows/talos-conformance.yml @@ -0,0 +1,20 @@ +name: Talos Conformance +on: + pull_request_target: + types: + - opened + - synchronize + - reopened + push: + branches: + - main +jobs: + setup-and-test: + runs-on: ubuntu-22.04 + steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + with: + ref: ${{ github.event.pull_request.head.sha }} + - name: foo + run: "ls"