mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Fix Testing
This commit is contained in:
parent
64c366998e
commit
a5a4bc4a80
4 changed files with 80 additions and 2 deletions
7
.github/workflows/eslint.yml
vendored
7
.github/workflows/eslint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue