Skip to content

Commit 103d330

Browse files
authored
Create GH workflow
1 parent bfce92e commit 103d330

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/setup-node@v4
12+
with:
13+
version: "lts/*"
14+
- run: npm i -g awesome-lint
15+
- run: awesome-lint

0 commit comments

Comments
 (0)