From e364f1898814e1c6e715fa7308b65d360c4eab68 Mon Sep 17 00:00:00 2001 From: iTNTPiston Date: Wed, 6 Jul 2022 20:41:48 -0700 Subject: [PATCH] fix style issues --- .github/workflows/main_deploy.yml | 2 +- .github/workflows/main_push.yml | 8 +------- src/App.css | 2 +- src/surfaces/OptionPage.tsx | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main_deploy.yml b/.github/workflows/main_deploy.yml index 94c813c..d275048 100644 --- a/.github/workflows/main_deploy.yml +++ b/.github/workflows/main_deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Setup | Node Install run: npm ci - name: Lint - run: just lint + run: just lint --verbose - name: Test (WIP) run: echo "No tests ran" - name: Build diff --git a/.github/workflows/main_push.yml b/.github/workflows/main_push.yml index f77e6a3..d008d28 100644 --- a/.github/workflows/main_push.yml +++ b/.github/workflows/main_push.yml @@ -34,14 +34,8 @@ jobs: - name: Setup | Node Install run: npm ci - name: Lint - run: just lint + run: just lint --verbose - name: Test (WIP) run: echo "No tests ran" - name: Build run: npm run build - - - - - - \ No newline at end of file diff --git a/src/App.css b/src/App.css index c2bfa7e..5ae3df1 100644 --- a/src/App.css +++ b/src/App.css @@ -188,4 +188,4 @@ textarea { outline: none; border-color: #eeeeee; box-shadow: 0 0 5px #eeeeee; -} \ No newline at end of file +} diff --git a/src/surfaces/OptionPage.tsx b/src/surfaces/OptionPage.tsx index b422d99..5275860 100644 --- a/src/surfaces/OptionPage.tsx +++ b/src/surfaces/OptionPage.tsx @@ -103,4 +103,4 @@ export const OptionPage: React.FC = ({ ); -}; \ No newline at end of file +};