Skip to content

feat: externalize config #5

feat: externalize config

feat: externalize config #5

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build