We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f5114 commit 5c627a4Copy full SHA for 5c627a4
.github/workflows/blank.yml
@@ -3,14 +3,14 @@ name: React CI/CD Workflow
3
on:
4
push:
5
branches:
6
- - master
+ - master
7
pull_request:
8
9
- master
10
11
jobs:
12
build:
13
- runs-on: ubuntu-latest
+ runs-on: ubuntu-latest
14
15
steps:
16
- name: Checkout code
@@ -19,10 +19,7 @@ jobs:
19
- name: Set up Node.js
20
uses: actions/setup-node@v2
21
with:
22
- node-version: '20'
+ node-version: "20"
23
24
- name: Install dependencies
25
run: npm install
26
-
27
- - name: Build React app
28
- run: npm run build
0 commit comments