Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Prepare to be archived #16

Prepare to be archived

Prepare to be archived #16

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '>=1.20.0'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
only-new-issues: true
skip-dirs:
- doc

Check failure on line 26 in .github/workflows/golangci-lint.yml

View workflow run for this annotation

GitHub Actions / golangci-lint

Invalid workflow file

The workflow is not valid. .github/workflows/golangci-lint.yml (Line: 26, Col: 13): A sequence was not expected