Skip to content

Merge pull request #99 from the-markup/npm-fund #218

Merge pull request #99 from the-markup/npm-fund

Merge pull request #99 from the-markup/npm-fund #218

Workflow file for this run

name: test
on:
push:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "lts/hydrogen"
- run: npm ci
- run: npm run build --if-present
- run: npm test