Skip to content

feat(ci): add more tests #2207

feat(ci): add more tests

feat(ci): add more tests #2207

Workflow file for this run

name: PushLint
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
golangci:
uses: ./.github/workflows/libs/lint.yml

Check failure on line 10 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
ref: master
commit_back: true
runmain:
needs: golangci
if: ${{ !contains(github.event.pull_request.title, '.go') }}
uses: ./.github/workflows/libs/run.yml
with:
ref: master