Skip to content

Commit 5c627a4

Browse files
committed
github: workflow[react]
1 parent d1f5114 commit 5c627a4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/blank.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: React CI/CD Workflow
33
on:
44
push:
55
branches:
6-
- master
6+
- master
77
pull_request:
88
branches:
99
- master
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-latest
1414

1515
steps:
1616
- name: Checkout code
@@ -19,10 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '20'
22+
node-version: "20"
2323

2424
- name: Install dependencies
2525
run: npm install
26-
27-
- name: Build React app
28-
run: npm run build

0 commit comments

Comments
 (0)