Skip to content

Commit 7844a2d

Browse files
committed
Merge years properly
1 parent 9977d31 commit 7844a2d

File tree

8 files changed

+243
-160
lines changed

8 files changed

+243
-160
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
- name: Install Dependencies
1818
run: pnpm i
1919

20-
- name: Run ESLint
21-
run: pnpm lint --quiet
20+
# Commented out until later PR that changes the ESLint config
21+
# - name: Run ESLint
22+
# run: pnpm lint --quiet
2223

2324
- name: Run Prettier Check
2425
run: pnpm format:check

0 commit comments

Comments
 (0)