Skip to content

Add Instagram link to the app header #2

Add Instagram link to the app header

Add Instagram link to the app header #2

Workflow file for this run

name: Validate Pull Request
on:
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Build app
run: npm run build