deno.land / x / deno2node@v1.6.0 / .github / workflows / ci.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: CI
on: pull_request: push: branches: [ main ]
jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: npm ci --ignore-scripts - run: echo "$PWD/node_modules/.bin" >> "$GITHUB_PATH" - run: npm rebuild deno-bin - run: deno cache src/cli.ts - run: deno lint - run: src/cli.ts - run: lib/cli.js --outDir nodejs/ - run: git diff --no-index lib/ nodejs/
deno2node

Version Info

Tagged at
a year ago