Skip to content

Update astro monorepo (patch) #666

Update astro monorepo (patch)

Update astro monorepo (patch) #666

Workflow file for this run

name: lint
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- name: Install Dependency
run: yarn --frozen-lockfile
- name: lint
run: yarn lint