Skip to content

Merge pull request #58 from openfoodfacts/dependabot/github_actions/a… #30

Merge pull request #58 from openfoodfacts/dependabot/github_actions/a…

Merge pull request #58 from openfoodfacts/dependabot/github_actions/a… #30

Workflow file for this run

name: Lint Go Code
on:
push:
branches:
- develop
jobs:
lint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
stable: 'false'
go-version: '1.14.1'
- name: Lint
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.26.0
golangci-lint run