Skip to content

Commit 5d0c380

Browse files
committed
add lint.yml
1 parent d4b2c5d commit 5d0c380

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/lint.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Lint
3+
on:
4+
pull_request:
5+
branches: [main]
6+
paths:
7+
- 'src/pages/**'
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v4
15+
16+
- name: Lint
17+
run: npx --yes github:AdobeDocs/adp-devsite-utils runLint -v

0 commit comments

Comments
 (0)