From cc94e32d52dd1321e0d12aa2bca0cd4f1e26d1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sat, 5 Oct 2019 15:19:06 +0200 Subject: [PATCH] Add standard-action --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28cef57..64d0154 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,16 @@ name: CI on: push jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v1 + - uses: goto-bus-stop/standard-action@v1.0.0 + with: + annotate: true + env: + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + smoke-test: strategy: matrix: