Skip to content

Commit 1caa9be

Browse files
author
Gideon
committed
FIX: A whoopsie character.
1 parent 0bb6ed0 commit 1caa9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install modules
1313
run: yarn
1414
- name: Run ESLint
15-
run: eslint . --ext .js,.jsx,.ts,.tsx`
15+
run: eslint . --ext .js,.jsx,.ts,.tsx
1616

1717
vitest:
1818
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)