Skip to content

Merge pull request #63 from flipgroup/dependabot/go_modules/golang.or… #115

Merge pull request #63 from flipgroup/dependabot/go_modules/golang.or…

Merge pull request #63 from flipgroup/dependabot/go_modules/golang.or… #115

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
main:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Setup Golang with lint
uses: flipgroup/action-golang-with-lint@main
with:
version-golang-file: go.mod
version-golangci-lint: v1.57.2
- name: Test
run: go test -count=1 -v ./...