Skip to content

Initial blogpost on Rewatch #2085

Initial blogpost on Rewatch

Initial blogpost on Rewatch #2085

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: npm
- run: npm ci
- run: npx rescript
- run: npm test
- run: npm run ci:format