Skip to content

Refactor the ratelimiting behavior out of the request handlers. #167

Refactor the ratelimiting behavior out of the request handlers.

Refactor the ratelimiting behavior out of the request handlers. #167

Workflow file for this run

name: CI
on:
push:
pull_request:
release:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yaml
test:
uses: ./.github/workflows/test.yaml
vuln:
uses: ./.github/workflows/vuln.yaml
build-push:
uses: ./.github/workflows/build.yaml