Skip to content

Merge pull request #75 from philips-software/dependabot/github_action… #193

Merge pull request #75 from philips-software/dependabot/github_action…

Merge pull request #75 from philips-software/dependabot/github_action… #193

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
args: --timeout=5m