Skip to content

Refactor input handling and validation with new tests #2

Refactor input handling and validation with new tests

Refactor input handling and validation with new tests #2

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
- run: go test -race ./...
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.18
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60