Skip to content

Merge pull request #38 from go-co-op/dependabot/go_modules/gorm.io/dr… #83

Merge pull request #38 from go-co-op/dependabot/go_modules/gorm.io/dr…

Merge pull request #38 from go-co-op/dependabot/go_modules/gorm.io/dr… #83

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: golangci-lint
jobs:
golangci:
strategy:
matrix:
go-version:
- "1.20"
name: lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.51.2
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: test
run: make test