Skip to content

Adding some changes to admin/README.md #2

Adding some changes to admin/README.md

Adding some changes to admin/README.md #2

Workflow file for this run

name: lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- run: npm install
- run: npm run format:check
- run: npm run lint:ls
- run: npm run lint:md