some spacing
Vladimir Bauer
3 years ago
| 0 | 0 |
name: golangci-lint
|
|
1 |
|
| 1 | 2 |
on:
|
| 2 | 3 |
push:
|
| 3 | 4 |
tags:
|
|
| 6 | 7 |
- master
|
| 7 | 8 |
- main
|
| 8 | 9 |
pull_request:
|
|
10 |
|
| 9 | 11 |
permissions:
|
| 10 | 12 |
contents: read
|
| 11 | 13 |
# Optional: allow read access to pull request. Use with `only-new-issues` option.
|
| 12 | 14 |
pull-requests: read
|
|
15 |
|
| 13 | 16 |
jobs:
|
| 14 | 17 |
golangci:
|
| 15 | 18 |
strategy:
|