Add standard-action
This commit is contained in:
parent
58ed55c346
commit
cc94e32d52
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user