Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runners:
lint:
global: true
before: timeout 600 ash -c 'until stat /tmp/runner_ready_to_lint; do sleep 1; done'
cmd: yarn eslint -c /var/runners/typescript/eslint.config.js
cmd: yarn eslint -c /var/runners/typescript/eslint.config.js {{ snippet.dir }}/**/*.{ts,tsx}
run:
before: timeout 600 ash -c 'until stat /tmp/runner_is_ready; do sleep 1; done'
cmd: yarn tsc {{ snippet.dir }}/{{ snippet.source }} --noEmit --module es2022 --target es2022 --moduleResolution Node --esModuleInterop
Expand Down