From 9e5ed571ad82c2ceac5edc90e05a9d6696ab0158 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Sat, 4 May 2024 14:25:53 -0400 Subject: [PATCH] readd prettier --- .gitattributes | 1 + .github/workflows/main-windows.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file diff --git a/.github/workflows/main-windows.yml b/.github/workflows/main-windows.yml index a1e5f24..e6735e3 100644 --- a/.github/workflows/main-windows.yml +++ b/.github/workflows/main-windows.yml @@ -18,8 +18,8 @@ jobs: cache: 'npm' - name: Install dependencies run: npm ci -# - name: Run Format Check -# run: npm run prettier.dry-run + - name: Run Format Check + run: npm run prettier.dry-run - name: Build project run: npm run build - name: Run Tests