Skip to content

Merge branch 'v5.x' of github.com:kwhitley/itty-router into v5.x #234

Merge branch 'v5.x' of github.com:kwhitley/itty-router into v5.x

Merge branch 'v5.x' of github.com:kwhitley/itty-router into v5.x #234

Workflow file for this run

name: lint
on:
push:
branches: [v5.x]
pull_request:
branches: [v5.x]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: '20.x'
- name: Install dependencies
run: yarn
- run: yarn lint