diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-12 20:35:42 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-10-12 20:35:42 -0400 |
commit | 1b0b27da625c2e1e5719e9209c82fa377732db1b (patch) | |
tree | 9119280f7c5cdb1c5026151aeb62bf72ce6bb89c /.github/workflows/lint.yml | |
parent | 9522a423c7b48de175b18451da8e1484f5feb8e1 (diff) | |
download | tanzanite-1b0b27da625c2e1e5719e9209c82fa377732db1b.tar.gz tanzanite-1b0b27da625c2e1e5719e9209c82fa377732db1b.tar.bz2 tanzanite-1b0b27da625c2e1e5719e9209c82fa377732db1b.zip |
fix workflow
Diffstat (limited to '.github/workflows/lint.yml')
-rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1f4e989..c958b6f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - name: Fix config run: cp src/config/example-options.ts src/config/options.ts - name: Fix badlinks-secret.json - run: cp lib/badlinks.json5 lib/badlinks-secret.json5 + run: cp src/lib/badlinks.ts src/lib/badlinks-secret.ts - name: ESLint run: yarn lint - name: Test Build |