Skip to content

Daily project check #1061

Daily project check

Daily project check #1061

name: Daily project check
on:
schedule:
# build runs every weekday at 6AM UTC
- cron: '0 6 * * 1-5'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, test and lint
run: |
npm i
npm run build
npm run jest:test
npm run lint
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