]> Nishi Git Mirror - gwion.git/commitdiff
Create main.yml
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 13:11:37 +0000 (14:11 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2020 13:11:37 +0000 (14:11 +0100)
.github/workflows/main.yml [new file with mode: 0644]

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
new file mode 100644 (file)
index 0000000..a552c46
--- /dev/null
@@ -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