Add standard-action

This commit is contained in:
Renée Kooi 2019-10-05 15:19:06 +02:00
parent 58ed55c346
commit cc94e32d52
No known key found for this signature in database
GPG Key ID: 497533BAECCD642A

View File

@ -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: