Skip to content

Commit b209cc1

Browse files
authored
cli: update lint.yml to include pull_request paths
Add pull_request trigger for linting workflow
1 parent 3ef3461 commit b209cc1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ on:
1010
- ".stylua.toml"
1111
- "src/**/*.lua"
1212
- "**/*.md"
13+
pull_request:
14+
paths:
15+
- ".github/workflows/lint.yml"
16+
- ".markdownlint-cli2.jsonc"
17+
- ".stylua.toml"
18+
- "**/*.lua"
19+
- "**/*.md"
1320
workflow_dispatch:
14-
1521
jobs:
1622
stylua:
1723
uses: BlueLua/bluelua.github.io/.github/workflows/stylua.yml@main

0 commit comments

Comments
 (0)