diff --git a/.eslintrc.yml b/.eslintrc.yml index 75802dcd6b..48927e7464 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -34,4 +34,4 @@ overrides: react/react-in-jsx-scope: 0 # allow ts-ignore comments - "@typescript-eslint/ban-ts-ignore": 0 \ No newline at end of file + "@typescript-eslint/ban-ts-ignore": 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d614556f1..cd3c0c4be7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Test -on: [push] +on: [push, pull_request] jobs: test: diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index fb1e080939..94e61ebed1 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -5,7 +5,7 @@ import { theme } from '../utils/styles'; import { createSEOConfig } from '../utils/seo'; import Footer from '../components/Footer'; -function MyApp({ Component, pageProps }) { +function MyApp({ Component, pageProps }): JSX.Element { return (