Skip to content

feat: switch to toml for wrangler config #94

feat: switch to toml for wrangler config

feat: switch to toml for wrangler config #94

Workflow file for this run

name: lint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint