Skip to content

fix(deps): update dependency itty-router to v4 #145

fix(deps): update dependency itty-router to v4

fix(deps): update dependency itty-router to v4 #145

Workflow file for this run

name: Lint
on:
push:
branches:
- "**"
- "!main"
workflow_call: null
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run eslint
- run: npm run prettier