Skip to content

chore: run tab2space #123

chore: run tab2space

chore: run tab2space #123

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
with:
packages: '.' # ignore `internal/assert`
lint:
uses: go-simpler/.github/.github/workflows/lint.yml@main
vuln:
uses: go-simpler/.github/.github/workflows/vuln.yml@main