Skip to content

Add Custom Link Element Prop #49

Add Custom Link Element Prop

Add Custom Link Element Prop #49

Workflow file for this run

name: Lint code
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8.13.0
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- run: pnpm install --no-frozen-lockfile
- run: pnpm lint