From: Jérémie Astor Date: Fri, 21 Feb 2020 13:11:37 +0000 (+0100) Subject: Create main.yml X-Git-Tag: nightly~1824 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1d1a856a556ef535895d7c336a0d15de114bbf23;p=gwion.git Create 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