Skip to content

Update dependency astro to ^4.1.3 - autoclosed #4

Update dependency astro to ^4.1.3 - autoclosed

Update dependency astro to ^4.1.3 - autoclosed #4

Workflow file for this run

name: lint
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
- name: Install Dependency
run: yarn --frozen-lockfile
- name: lint
run: yarn lint