aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/checks.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index b7bcc00..a35da22 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
test:
- name: ESLint and Build
+ name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
@@ -24,7 +24,9 @@ jobs:
- name: ESLint
run: yarn lint
- name: Build
- run: yarn build:tsc:no-emit
+ run: yarn build:tsc
+ - name: Dry Run
+ run: yarn start:dry
formatting:
name: Formatting