mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-08-09 04:29:09 +00:00
23 lines
No EOL
447 B
YAML
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
|
|
# |