Skip to content

Merge pull request #3 from frantjc/dependabot/go_modules/github.com/s… #14

Merge pull request #3 from frantjc/dependabot/go_modules/github.com/s…

Merge pull request #3 from frantjc/dependabot/go_modules/github.com/s… #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3.4.0
- run: make test