Fix Testing

This commit is contained in:
Ahmad 2024-12-28 17:40:09 -05:00
parent 64c366998e
commit a5a4bc4a80
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
4 changed files with 80 additions and 2 deletions

View file

@ -20,11 +20,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: Configure Corepack
run: corepack enable
- name: Install Dependencies
run: yarn install
run: yarn install --frozen-lockfile
- name: Run ESLint
run: npx next lint