From 1d1a856a556ef535895d7c336a0d15de114bbf23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 14:11:37 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..a552c467 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: CI + +on: + issues: + types: [opened, edited, milestoned] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: jeffrafter/example-github-action-typescript/.github/actions/thanks-action -- 2.43.0