Skip to content

changed about page names #424

changed about page names

changed about page names #424

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install dependencies 💿
run: yarn install
- name: Run linter ⚡
run: yarn lint
- name: Run build 🔨
run: yarn build