Skip to content

feat: add gsa config #1

feat: add gsa config

feat: add gsa config #1

Workflow file for this run

name: Build (Dry Run)
on:
pull_request:
branches:
- main
concurrency:
group: "build-${{ github.head_ref }}"
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Build website
run: npm run build