Skip to content

Commit

Permalink
fixed issue and made the dashboard and scoreboard bold the max value …
Browse files Browse the repository at this point in the history
…for each set
  • Loading branch information
SaiKarthik-M6 committed Jan 7, 2025
1 parent 8a0dfa6 commit 2ad34e2
Show file tree
Hide file tree
Showing 67 changed files with 1,729 additions and 2,867 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/github-lint-push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Lint Code

on:
push:
branches:
- '**' # This triggers the action on any branch

jobs:
lint:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'

- name: Install dependencies
run: npm install

- name: Run ESLint
run: npx eslint . --ext .js,.jsx,.ts,.tsx # Adjust extensions as needed
56 changes: 0 additions & 56 deletions app/(homepage)/page.js

This file was deleted.

Loading

0 comments on commit 2ad34e2

Please sign in to comment.