Skip to content

Fix links in Contracts and Community Contracts #150

Fix links in Contracts and Community Contracts

Fix links in Contracts and Community Contracts #150

Workflow file for this run

name: Lint & Format
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Lint and Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: latest
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run lint and format checks
run: pnpm run check
- name: Build check
run: pnpm run build