Skip to content

Refactor the ResourceGroup package to improve modularity and maintain… #17

Refactor the ResourceGroup package to improve modularity and maintain…

Refactor the ResourceGroup package to improve modularity and maintain… #17

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
only-new-issues: true

Check failure on line 13 in .github/workflows/golangci-lint.yaml

View workflow run for this annotation

GitHub Actions / golangci-lint

Invalid workflow file

The workflow is not valid. .github/workflows/golangci-lint.yaml (Line: 13, Col: 3): Unexpected value 'only-new-issues'
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.60