diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml deleted file mode 100644 index 9e80494..0000000 --- a/.github/workflows/lint.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: lint - -on: - push: - branches: - - "**" # matches every branch - pull_request: - branches: - - "**" # matches every branch - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Git checkout - uses: actions/checkout@v4 - - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: lts/* - - - name: Install Prettier - run: npm ci - - - name: Run Prettier Check - run: npm run prettier:check - - - name: Run ESLint Check - run: npm run lint diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx index be63685..40b9fb3 100644 --- a/app/dashboard/page.tsx +++ b/app/dashboard/page.tsx @@ -1,5 +1,5 @@ import NavigationBar from "@/components/NavigationBar"; - +//a;ex const Dashboard = () => { return (