diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-19 20:29:44 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-08-19 20:29:44 -0400 |
commit | 9cc78029208fe5e13efbb5645588203c86c150b4 (patch) | |
tree | 0f697c6e88fb54418cf94721bd638fa8983c4c9b | |
parent | 2356d2c44736fb83021dacb551625852111c8ce6 (diff) | |
download | tanzanite-9cc78029208fe5e13efbb5645588203c86c150b4.tar.gz tanzanite-9cc78029208fe5e13efbb5645588203c86c150b4.tar.bz2 tanzanite-9cc78029208fe5e13efbb5645588203c86c150b4.zip |
fix ci
-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 |