Skip to content

Merge pull request #17 from gfargo/feat/ip-blocking #22

Merge pull request #17 from gfargo/feat/ip-blocking

Merge pull request #17 from gfargo/feat/ip-blocking #22

Triggered via push November 27, 2024 17:51
Status Failure
Total duration 22s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Release: src/constants/schema.ts#L2
Replace `"$schema":·"http://json-schema.org/draft-07/schema#"` with `$schema:·'http://json-schema.org/draft-07/schema#'`
Release: src/constants/schema.ts#L3
Replace `"title":·"Doorman·Config"` with `title:·'Doorman·Config'`
Release: src/constants/schema.ts#L4
Replace `"description":·"Schema·for·vercel-doorman·project·configuration·files"` with `description:·'Schema·for·vercel-doorman·project·configuration·files'`
Release: src/constants/schema.ts#L5
Replace `"$ref":·"#/definitions/FirewallConfig"` with `$ref:·'#/definitions/FirewallConfig'`
Release: src/constants/schema.ts#L6
Replace `"definitions"` with `definitions`
Release: src/constants/schema.ts#L7
Replace `"FirewallConfig"` with `FirewallConfig`
Release: src/constants/schema.ts#L8
Replace `"type":·"object"` with `type:·'object'`
Release: src/constants/schema.ts#L9
Replace `"properties"` with `properties`
Release: src/constants/schema.ts#L10
Replace `"projectId"` with `projectId`
Release: src/constants/schema.ts#L11
Replace `"type":·"string"` with `type:·'string',`