File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v6
1717 with :
1818 persist-credentials : false
19+
1920 - name : golangci-lint
2021 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # 9.2.0
2122 with :
Original file line number Diff line number Diff line change 1+ name : precious
2+
3+ on :
4+ push :
5+ pull_request :
6+ schedule :
7+ - cron : ' 5 5 * * SUN'
8+
9+ permissions : {}
10+
11+ jobs :
12+ precious :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v6
16+ with :
17+ persist-credentials : false
18+
19+ - uses : actions/setup-node@v4
20+ with :
21+ node-version : " 24"
22+
23+ - name : Install precious
24+ run : |
25+ curl -sL https://github.com/houseabsolute/precious/releases/download/v0.10.1/precious-Linux-musl-x86_64.tar.gz | tar xz -C /usr/local/bin
26+
27+ - name : Run precious
28+ run : precious lint --command prettier-markdown --all
You can’t perform that action at this time.
0 commit comments