Skip to content

chore(deps): bump @astrojs/vercel from 8.0.0 to 8.0.1 #1340

chore(deps): bump @astrojs/vercel from 8.0.0 to 8.0.1

chore(deps): bump @astrojs/vercel from 8.0.0 to 8.0.1 #1340

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/*
jobs:
tests:
name: 'Run Linter'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Format
run: yarn format