From 9cc78029208fe5e13efbb5645588203c86c150b4 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 19 Aug 2022 20:29:44 -0400 Subject: fix ci --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ef6e790..de5e141 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -20,7 +20,7 @@ jobs: - name: Create Fake Ignored files run: | cp config/example-options.ts config/options.ts - cp src/lib/badlinks.ts src/lib/badlinks-secret.ts + cp lib/badlinks.ts lib/badlinks-secret.ts - name: ESLint run: yarn lint - name: Build -- cgit