Skip to content

Enable fsf builtin betza premoves #9980

Enable fsf builtin betza premoves

Enable fsf builtin betza premoves #9980

Workflow file for this run

name: Nodejs-CI
on: [pull_request, push]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [24.x]
steps:
- uses: actions/checkout@v7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v7
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn typecheck
- run: yarn dev
- run: yarn md
- run: yarn test