Skip to content

[WIP] Introduce SSATags linter #260

[WIP] Introduce SSATags linter

[WIP] Introduce SSATags linter #260

Workflow file for this run

name: Go
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: make build
- name: Test
run: make test