Fix: workflow syntax

master
Denis Palnitsky 3 years ago
parent 7b82f62a13
commit 75ec9fffb2
No known key found for this signature in database
GPG Key ID: 37EEC9354AA9FD30

@ -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"
Loading…
Cancel
Save