Skip to content

How to build in FF: consolidated articles from the folder "how to build in FF" in to the … #931

How to build in FF: consolidated articles from the folder "how to build in FF" in to the …

How to build in FF: consolidated articles from the folder "how to build in FF" in to the … #931

name: Check Build Errors
on:
pull_request:
branches:
- main # Run on PRs targeting the main branch
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build