Skip to content

feat: add screenshot in README.md #102

feat: add screenshot in README.md

feat: add screenshot in README.md #102

Workflow file for this run

name: Code Check
on:
pull_request:
branches: ["*"]
jobs:
lint:
runs-on: ubuntu-latest
name: yarn lint
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: yarn install
- run: yarn lint