Skip to content

fixup! feat: Add support for convering source document to PDF via Got… #6

fixup! feat: Add support for convering source document to PDF via Got…

fixup! feat: Add support for convering source document to PDF via Got… #6

Workflow file for this run

name: JavaScript CI
on:
push:
branches: [master]
pull_request:
branches:
- '**'
jobs:
run_tests:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:

Check failure on line 20 in .github/workflows/ci-javascript.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-javascript.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
node-version: 20.x
- name: Install Dependencies
run: npm ci
- name: Run linting
run: npm run lint