diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9cad1a..39ea05e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,9 @@ name: Code Quality Checks on: + push: + branches: + - main pull_request: branches: - main diff --git a/components.json b/components.json new file mode 100644 index 0000000..b59e77e --- /dev/null +++ b/components.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "default", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "tailwind.config.js", + "css": "src/index.css", + "baseColor": "zinc", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils" + } +} diff --git a/index.html b/index.html index 84cb5f7..b765bd2 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,12 @@
+ + +