Skip to content

ny fil

ny fil #879

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
env:
PRINT_PAYLOAD: true
TZ: Europe/Amsterdam
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies (bun)
run: bun install
- run: npm run prettier-check
- run: npm run test
- run: npm run build