Skip to content

Commit

Permalink
ci: workflows/golangci-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Feb 19, 2024
1 parent 34b9826 commit b933e21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: golangci-lint

on:
push:
tags:
- v*
branches:
- master
- main
branches: [ main ]
pull_request:
branches: [ main ]

permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read

jobs:
golangci:
name: lint
Expand Down

0 comments on commit b933e21

Please sign in to comment.