|
|
@ -1,7 +1,4 @@
|
|
|
|
# THIS FILE IS GENERATED AUTOMATICALLY BY RUNNING gen-workflow.sh
|
|
|
|
name: test-and-lint
|
|
|
|
# DON'T CHANGE IT MANUALLY TO AVOID YOUR CHANGES BEING OVERWRITTEN
|
|
|
|
|
|
|
|
# USE workflow-template.yaml FOR MAKING CHANGES IN WORKFLOWS
|
|
|
|
|
|
|
|
name: build-common
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
|
|
|
|
|
|
|
@ -31,10 +28,10 @@ jobs:
|
|
|
|
lint:
|
|
|
|
lint:
|
|
|
|
name: lint
|
|
|
|
name: lint
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 1
|
|
|
|
fetch-depth: 1
|
|
|
|
- uses: dominikh/staticcheck-action@v1.1.0
|
|
|
|
- uses: dominikh/staticcheck-action@v1.1.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
version: "2022.1.1"
|
|
|
|
version: "2022.1.1"
|