Skip to content

chore: Update Twitter to X #298

chore: Update Twitter to X

chore: Update Twitter to X #298

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