Skip to content

Update features on main page #73

Update features on main page

Update features on main page #73

name: Prettier, ESLint, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install modules
run: yarn
- name: run prettier & eslint
run: yarn lint
- name: run check
run: yarn check
- name: build app
run: yarn build