Skip to content

fix(deps): update dependency @netlify/edge-functions to v2.15.0 #1394

fix(deps): update dependency @netlify/edge-functions to v2.15.0

fix(deps): update dependency @netlify/edge-functions to v2.15.0 #1394

Workflow file for this run

---
name: Format
on:
push:
branches:
- main
pull_request:
branches:
- '**'
- '!release-please--**'
jobs:
format:
name: Format
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.12.2
cache: npm
- name: Install dependencies
run: npm ci --no-audit
- name: Check formatting
run: npm run format:check