aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-19 17:40:13 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-06-19 17:40:13 -0400
commit3070fbd47b127a8181be69ad98eb140a5f46cc21 (patch)
tree26fe184518c05fe905f64b145d3a7c20c505db03
parente17419dcb00b228afdc0ffca5b987e1e2da70065 (diff)
downloadtanzanite-3070fbd47b127a8181be69ad98eb140a5f46cc21.tar.gz
tanzanite-3070fbd47b127a8181be69ad98eb140a5f46cc21.tar.bz2
tanzanite-3070fbd47b127a8181be69ad98eb140a5f46cc21.zip
update workflow with new config path
-rw-r--r--.github/workflows/checks.yml2
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