Skip to content

Add @yeskunall/astro-umami to the showcase #4

Add @yeskunall/astro-umami to the showcase

Add @yeskunall/astro-umami to the showcase #4

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PNPM
run: corepack enable && pnpm -v
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.19.0
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint