Skip to content

Build check

Build check #744

Workflow file for this run

name: Build check
on:
schedule:
# build runs every weekday at 3AM UTC
- cron: '0 3 * * 1-5'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Project check
run: |
npm run build:icons:prod
npm run build:lib:prod
npm run lint:lib
npm run test:lib:prod
env:
CI: true
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy