Skip to content

Merge pull request #107 from philips-labs/dependabot/github_actions/d… #173

Merge pull request #107 from philips-labs/dependabot/github_actions/d…

Merge pull request #107 from philips-labs/dependabot/github_actions/d… #173

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@v6
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