diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-24 11:01:38 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-24 11:01:38 -0400 |
commit | 9390b3f59b18dc3576f9c169c8fc586be14bcdc5 (patch) | |
tree | 1645e42384e346ce175e3aa751677467bcfcbfb9 | |
parent | ca10e6566b82c16a12760efdf39578364fb10536 (diff) | |
download | tanzanite-9390b3f59b18dc3576f9c169c8fc586be14bcdc5.tar.gz tanzanite-9390b3f59b18dc3576f9c169c8fc586be14bcdc5.tar.bz2 tanzanite-9390b3f59b18dc3576f9c169c8fc586be14bcdc5.zip |
fix workflow
-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 0cedd47..1f4e989 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 src/lib/badlinks.json src/lib/badlinks-secret.json + run: cp lib/badlinks.json5 lib/badlinks-secret.json5 - name: ESLint run: yarn lint - name: Test Build |