Skip to content

chore(deps-dev): bump @cloudflare/workers-types from 4.20260613.1 to 4.20260615.1 in /api #531

chore(deps-dev): bump @cloudflare/workers-types from 4.20260613.1 to 4.20260615.1 in /api

chore(deps-dev): bump @cloudflare/workers-types from 4.20260613.1 to 4.20260615.1 in /api #531

Workflow file for this run

name: Lint API
on:
push:
branches: [main, dev]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
contents: read
jobs:
tsc:
uses: finki-hub/.github/.github/workflows/tsc.yaml@main
with:
working-directory: api
secrets: inherit
eslint:
uses: finki-hub/.github/.github/workflows/eslint.yaml@main
with:
working-directory: api
secrets: inherit