Skip to content

doc: add example

doc: add example #3

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run yarn install
run: yarn install
- name: Run prettier and eslint
run: yarn lint