Skip to content

Fixed few ESLint issues #391

Fixed few ESLint issues

Fixed few ESLint issues #391

Workflow file for this run

name: Continuous Integration

Check failure on line 1 in .github/workflows/prettier.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/prettier.yaml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on: pull_request
jobs:
prettier:
runs-on: ubuntu-latest
steps:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: |
pnpm install
- name: Prettify code
uses: creyD/[email protected]
- name: Run ESLint
run: |
pnpm run lint