Skip to content

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (#35) #68

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (#35)

Bump eslint-plugin-prettier from 5.0.0 to 5.0.1 (#35) #68

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Lint with eslint
run: yarn run lint:js --no-fix