File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ jobs:
1818 with :
1919 persist-credentials : false
2020
21- - name : Set up uv
22- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
23-
2421 - name : Run skillsaw
25- run : uvx skillsaw --strict
22+ uses : stbenjam/skillsaw@a1d7340ef19cd0949f884a5381155843589dbad8 # v0.15.0
23+ with :
24+ strict : true
2625
2726 markdown-lint :
2827 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ name : Skillsaw Review
2+
3+ on :
4+ workflow_run :
5+ workflows : ["Lint Plugins"]
6+ types :
7+ - completed
8+
9+ jobs :
10+ review :
11+ if : github.event.workflow_run.event == 'pull_request'
12+ runs-on : ubuntu-latest
13+ permissions :
14+ pull-requests : write
15+ steps :
16+ - uses : actions/checkout@v7
17+ with :
18+ persist-credentials : false
19+
20+ - name : Post PR review comments
21+ uses : stbenjam/skillsaw/review@a1d7340ef19cd0949f884a5381155843589dbad8 # v0.15.0
Original file line number Diff line number Diff line change 1- version : " 0.11.1 "
1+ version : " 0.15.0 "
22
33exclude :
44 - " gws/skills/**"
You can’t perform that action at this time.
0 commit comments