Skip to content

Commit

Permalink
Create Hamza.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HyHamza authored Jul 18, 2024
1 parent 638436d commit 093c960
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/Hamza.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Node.js CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build-and-start:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Install dependencies
run: yarn install --network-concurrency 1

- name: Start application
run: npm start

0 comments on commit 093c960

Please sign in to comment.