Skip to content

Update README.md

Update README.md #34

Workflow file for this run

name: Prettier check
on: [push]
jobs:
lint:
name: Lint with Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: npm install
- name: Run Prettier check
run: npm run prettier