diff options
Diffstat (limited to '.github/workflows/checks.yml')
-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 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 |