Skip to content

Merge pull request #32 from CloudCannon/bump-config-types #65

Merge pull request #32 from CloudCannon/bump-config-types

Merge pull request #32 from CloudCannon/bump-config-types #65

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build