Skip to content

fix(ci): run on windows #2213

fix(ci): run on windows

fix(ci): run on windows #2213

Workflow file for this run

name: PushLint
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
golangci:
uses: ./.github/workflows/lib_lint.yml
with:
ref: master
commit_back: true
runmain:
needs: golangci
if: ${{ !contains(github.event.pull_request.title, '.go') }}
uses: ./.github/workflows/lib_run.yml
with:
ref: master