diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa5856b..0a8214a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,9 +23,6 @@ jobs: - name: Install dependencies run: npm ci - - name: Run type checking - run: npm run check - - name: Run linting run: npm run lint diff --git a/README.md b/README.md index 0c33977..bae5980 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ e.

- #### What is it? A mobile-first event RSVP platform that lets you create events, share unique URLs, and collect RSVPs without any registration required. diff --git a/src/app.css b/src/app.css index 15c697c..cd67023 100644 --- a/src/app.css +++ b/src/app.css @@ -1,4 +1,3 @@ @import 'tailwindcss'; @plugin '@tailwindcss/forms'; @plugin '@tailwindcss/typography'; -