Skip to content

Commit b5a8b05

Browse files
authored
Merge pull request #66 from cblecker/worktree-unified-riding-stonebraker
ci(skillsaw): migrate to official GitHub Action with PR review comments
2 parents c4c2d91 + c5133f3 commit b5a8b05

3 files changed

Lines changed: 25 additions & 5 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

.skillsaw.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.11.1"
1+
version: "0.15.0"
22

33
exclude:
44
- "gws/skills/**"

0 commit comments

Comments
 (0)