Skip to content

Commit c406418

Browse files
committed
Add Lint action
1 parent bcbe865 commit c406418

File tree

3 files changed

+49
-2851
lines changed

3 files changed

+49
-2851
lines changed

.github/workflows/lint.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lint
2+
3+
on:
4+
workflow_dispatch:
5+
workflow_call:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
10+
branches:
11+
- main
12+
13+
jobs:
14+
lint:
15+
uses: yoriiis/actions/.github/workflows/lint.yml@main
16+
with:
17+
typescript-status: false
18+
markdown-status: false

0 commit comments

Comments
 (0)