Skip to content

restrict formatting to relevant file extensions #37

restrict formatting to relevant file extensions

restrict formatting to relevant file extensions #37

Workflow file for this run

name: NPM Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 'Checkout code'
uses: actions/checkout@v4
- name: 'Use Node.js'
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: 'Install npm dependencies'
run: npm ci
- name: 'Build'
run: npm run build