Skip to content

scripts for building and cleaning #38

scripts for building and cleaning

scripts for building and cleaning #38

Workflow file for this run

on:
pull_request: {}
push:
branches:
- "*"
jobs:
formatting:
runs-on: ubuntu-latest
container: node:21.5.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run formatting
spelling:
runs-on: ubuntu-latest
container: node:21.5.0-alpine3.19
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run spelling