Skip to content

fix: project ci relative path resolving #389

fix: project ci relative path resolving

fix: project ci relative path resolving #389

Workflow file for this run

name: golangci-lint
on:
workflow_dispatch:
push:
tags-ignore:
- "*"
branches:
- main
- fix-lint-hints
paths:
- '*.go'
- '**/*.go'
- '.github/workflows/lint.yml'
pull_request:
paths:
- '*.go'
- '**/*.go'
- '.github/workflows/lint.yml'
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest