diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-17 12:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-17 12:36:19 -0400 |
commit | ffc3af3cd00e3cdd2ec473c0c5803b274a8c9e95 (patch) | |
tree | ddeacf28d1d188533814f9eb8099994a56767445 /.github | |
parent | d40527d0a2d9f209905750258f71bedff1cdf089 (diff) | |
download | tanzanite-ffc3af3cd00e3cdd2ec473c0c5803b274a8c9e95.tar.gz tanzanite-ffc3af3cd00e3cdd2ec473c0c5803b274a8c9e95.tar.bz2 tanzanite-ffc3af3cd00e3cdd2ec473c0c5803b274a8c9e95.zip |
fix workflow
Diffstat (limited to '.github')
-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 |