Skip to content

fix: running in Go workspace (#63) #66

fix: running in Go workspace (#63)

fix: running in Go workspace (#63) #66

Workflow file for this run

name: checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '0 0 * * MON'
workflow_dispatch:
jobs:
test:
uses: go-simpler/.github/.github/workflows/test.yml@main
with:
runs-on: '[ "ubuntu-latest", "windows-latest", "macos-latest" ]'
lint:
uses: go-simpler/.github/.github/workflows/lint.yml@main
vuln:
uses: go-simpler/.github/.github/workflows/vuln.yml@main