Skip to content

More badges in README #8

More badges in README

More badges in README #8

Workflow file for this run

name: Build Next.js web Application
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install NPM dependencies
run: npm install
- name: Build Project
run: npm run build