1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-09 04:29:09 +00:00
vaultwarden/.github/workflows/golangci-lint.yml
Workflow config file is invalid. Please check your config file: EOF
2025-05-07 18:19:25 +03:00

23 lines
No EOL
447 B
YAML

# name: golangci-lint
# on:
# pull_request:
# branches-ignore:
# - main
#
# permissions:
# contents: read
#
# 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@v8
# with:
# version: v2.1
#