Skip to content

Merge pull request #41 from magiclabs/PDEEXP-2257-replace-rome-format… #78

Merge pull request #41 from magiclabs/PDEEXP-2257-replace-rome-format…

Merge pull request #41 from magiclabs/PDEEXP-2257-replace-rome-format… #78

Workflow file for this run

name: Lint Checks
on: [push]
jobs:
ci:
name: Lint using ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Installing dependencies
run: yarn install --frozen-lockfile
- name: Run ESLint
run: yarn eslint .