Skip to content

feat: ๐ŸŽธ Add Industry Comparison Section #1218

feat: ๐ŸŽธ Add Industry Comparison Section

feat: ๐ŸŽธ Add Industry Comparison Section #1218

Workflow file for this run

name: Lint
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ESLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn install --immutable
- name: Run ESLint
run: yarn lint