From ffc3af3cd00e3cdd2ec473c0c5803b274a8c9e95 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 17 Aug 2021 12:36:19 -0400 Subject: fix workflow --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b37f0e0..0cedd47 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,6 +32,8 @@ jobs: run: yarn - name: Fix config run: cp src/config/example-options.ts src/config/options.ts + - name: Fix badlinks-secret.json + run: cp src/lib/badlinks.json src/lib/badlinks-secret.json - name: ESLint run: yarn lint - name: Test Build -- cgit