Skip to content

Commit

Permalink
fixup! feat: Add support for convering source document to PDF via Got…
Browse files Browse the repository at this point in the history
…enberg
  • Loading branch information
xitij2000 committed Aug 9, 2024
1 parent 72fa664 commit 461377d
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .github/workflows/ci-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,21 @@ on:
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

jobs:
run_tests:
name: linting
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install Dependencies
run: npm ci

- name: Run linting
run: npm run lint

0 comments on commit 461377d

Please sign in to comment.