diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/checks.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |