diff options
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |