From 3070fbd47b127a8181be69ad98eb140a5f46cc21 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 19 Jun 2022 17:40:13 -0400 Subject: update workflow with new config path --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a35da22..ef6e790 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,7 +19,7 @@ jobs: run: yarn install --immutable - name: Create Fake Ignored files run: | - cp src/config/example-options.ts src/config/options.ts + cp config/example-options.ts config/options.ts cp src/lib/badlinks.ts src/lib/badlinks-secret.ts - name: ESLint run: yarn lint -- cgit