Skip to content

chore(ci): run on both stable and oldstable #106

chore(ci): run on both stable and oldstable

chore(ci): run on both stable and oldstable #106

Workflow file for this run

name: checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
uses: go-simpler/.github/.github/workflows/test.yml@main
lint:
uses: go-simpler/.github/.github/workflows/lint.yml@main
vuln:
uses: go-simpler/.github/.github/workflows/vuln.yml@main
generate:
uses: go-simpler/.github/.github/workflows/generate.yml@main