Skip to content

fixup! fixup! fixup! feat: Add support for convering source document … #4

fixup! fixup! fixup! feat: Add support for convering source document …

fixup! fixup! fixup! feat: Add support for convering source document … #4

Workflow file for this run

name: JavaScript CI
on:
push:
branches: [master]
pull_request:
branches:
- '**'
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm run lint