Skip to content

Merge pull request #379 from werf/refactor/get-rid-of-static-client-w… #368

Merge pull request #379 from werf/refactor/get-rid-of-static-client-w…

Merge pull request #379 from werf/refactor/get-rid-of-static-client-w… #368

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
env:
TASK_X_REMOTE_TASKFILES: 1
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
env:
GOFLAGS: -mod=readonly
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Install Task
uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install golangci-lint
run: task --yes -p deps:install:golangci-lint
- name: Lint
run: task --yes -p lint