-
-
Notifications
You must be signed in to change notification settings - Fork 18
33 lines (27 loc) · 647 Bytes
/
lint.yml
File metadata and controls
33 lines (27 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/setup-go@v6
with:
go-version: 1.18.0
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout 120s --max-same-issues 50
- name: Bearer
uses: bearer/bearer-action@v2
with:
skip-path: 'docs/'
# - name: Install mdsf
# uses: hougesen/mdsf@main
# - name: Run mdsf
# run: mdsf --debug --log-level warn docs/