Skip to content

Commit 1e2bfa2

Browse files
authored
chore(ci): wire reusable lint workflow (yamllint + astro check/build) (#2)
1 parent 3324e51 commit 1e2bfa2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Lint
2+
on:
3+
push:
4+
branches: [main]
5+
pull_request:
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: read
10+
11+
jobs:
12+
lint:
13+
name: shellcheck + yamllint + astro (reusable)
14+
uses: ZurvanLinux/.github/.github/workflows/lint.yml@main
15+
with:
16+
astro: true

0 commit comments

Comments
 (0)