Skip to content

Merge pull request #61 from digital-blueprint/renovate/actions-core-1… #132

Merge pull request #61 from digital-blueprint/renovate/actions-core-1…

Merge pull request #61 from digital-blueprint/renovate/actions-core-1… #132

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build & Lint
run: |
npm ci
npm run build
npm run lint