Skip to content

Bump prettier from 3.0.2 to 3.0.3 (#19) #48

Bump prettier from 3.0.2 to 3.0.3 (#19)

Bump prettier from 3.0.2 to 3.0.3 (#19) #48

Workflow file for this run

name: CI
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: npm install
run: npm install
- name: Run eslint & prettier
run: npm run check-all