File tree Expand file tree Collapse file tree 4 files changed +38
-102
lines changed Expand file tree Collapse file tree 4 files changed +38
-102
lines changed Original file line number Diff line number Diff line change 1
- name : Build
1
+ # name: Build
2
2
3
- on :
4
- push :
5
- branches : ["master"]
6
- pull_request :
7
- branches : ["master"]
3
+ # on:
4
+ # push:
5
+ # branches: ["master"]
6
+ # pull_request:
7
+ # branches: ["master"]
8
8
9
- jobs :
10
- build :
11
- runs-on : ubuntu-latest
9
+ # jobs:
10
+ # build:
11
+ # runs-on: ubuntu-latest
12
12
13
- steps :
14
- - uses : actions/checkout@v4
13
+ # steps:
14
+ # - uses: actions/checkout@v4
15
15
16
- - name : Use the latest stable Node.js
17
- uses : actions/setup-node@v4
18
- with :
19
- node-version-file : ' .nvmrc'
20
- cache : " npm"
16
+ # - name: Use the latest stable Node.js
17
+ # uses: actions/setup-node@v4
18
+ # with:
19
+ # node-version-file: '.nvmrc'
20
+ # cache: "npm"
21
21
22
- - name : Install Dependencies
23
- run : npm ci
22
+ # - name: Install Dependencies
23
+ # run: npm ci
24
24
25
- - name : Run Build
26
- run : npm run build
25
+ # - name: Run Build
26
+ # run: npm run build
Original file line number Diff line number Diff line change 1
- name : Code Quality
1
+ # name: Code Quality
2
2
3
- on :
4
- push :
5
- branches : ["master"]
6
- pull_request :
7
- branches : ["master"]
3
+ # on:
4
+ # push:
5
+ # branches: ["master"]
6
+ # pull_request:
7
+ # branches: ["master"]
8
8
9
- jobs :
10
- quality :
11
- runs-on : ubuntu-latest
12
- steps :
13
- - name : Checkout
14
- uses : actions/checkout@v4
9
+ # jobs:
10
+ # quality:
11
+ # runs-on: ubuntu-latest
12
+ # steps:
13
+ # - name: Checkout
14
+ # uses: actions/checkout@v4
15
15
16
- - name : Setup Biome
17
- uses : biomejs/setup-biome@v2
18
- with :
19
- version : latest
16
+ # - name: Setup Biome
17
+ # uses: biomejs/setup-biome@v2
18
+ # with:
19
+ # version: latest
20
20
21
- - name : Run Biome
22
- run : biome ci .
21
+ # - name: Run Biome
22
+ # run: biome ci .
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments