Skip to content

Created basic news reel without stylizing #7

Created basic news reel without stylizing

Created basic news reel without stylizing #7

Workflow file for this run

name: Build
on:
pull_request:
permissions:
contents: read
packages: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Dependencies
run: npm install
- name: Build
run: npm run build