Skip to content

docs: update twitter logo (#801) #319

docs: update twitter logo (#801)

docs: update twitter logo (#801) #319

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
lint:
name: Lint Before Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint