1 parent 8fbd654 commit 7b750f5Copy full SHA for 7b750f5
4 files changed
.github/workflows/build.yml
@@ -0,0 +1,18 @@
1
+name: Build
2
+
3
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - main
8
9
+jobs:
10
+ build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v6
14
+ - uses: actions/setup-node@v6
15
+ with:
16
+ node-version-file: package.json
17
+ - run: npm ci
18
+ - run: npm run build
.github/workflows/editorconfig.yml
@@ -7,7 +7,7 @@ on:
- main
jobs:
- validate:
+ lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
.github/workflows/eslint.yml
.github/workflows/stylelint.yml
0 commit comments