Skip to content

Merge pull request #308 from woernsn/postgresql-docker-compose #61

Merge pull request #308 from woernsn/postgresql-docker-compose

Merge pull request #308 from woernsn/postgresql-docker-compose #61

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
permissions:
contents: read
pull-requests: read
jobs:
# Test golangci-lint for go-version define in go.mod
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 #v5.0.2
with:
go-version-file: go.mod
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # 6.1.0
with:
version: latest
only-new-issues: true