File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build
22on :
3- push :
4- branches : [main]
3+ push :
4+ branches : [main]
55
66jobs :
77 build :
88 runs-on : ubuntu-latest
99 steps :
10- name : Checkout version,
11- uses : actions/checkout@v3
12- name : Use Node.js
13- uses : actions/setup-node@v4
14- with :
15- node-version : " 20"
16- cache : " npm"
17- name : Install Devendencies
18- run : npm cli
19- name : Lint
20- run : npm run lint
21- name : Prettify
22- run : npm run prettify
23- name : Build Inter
24- run : npm run build
25-
10+ - name : Checkout version
11+ uses : actions/checkout@v3
12+ - name : Use Node.js
13+ uses : actions/setup-node@v4
14+ with :
15+ node-version : " 20"
16+ cache : " npm"
17+ - name : Install Dependencies
18+ run : npm install
19+ - name : Lint
20+ run : npm run lint
21+ - name : Prettify
22+ run : npm run prettify
23+ - name : Build Inter
24+ run : npm run build
You can’t perform that action at this time.
0 commit comments