Skip to content

Commit

Permalink
ensure compilation has succeeded for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moribellamy committed Dec 14, 2023
1 parent 98fcbcb commit 8b5ce06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npx eslint src
- run: npx tsc
- run: head -c 100 dist/app.js
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {Octokit} from "octokit";
import {writeFile} from "fs";
import {MultiBar, Presets} from "cli-progress";
import {number, boolean, command, flag, option, run, string} from "cmd-ts";
import {boolean, command, flag, number, option, run, string} from "cmd-ts";
import {PaginatedGodotAssets, parse_github, ParsedGithub} from "./godot_assets";


Expand Down

0 comments on commit 8b5ce06

Please sign in to comment.