This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
feat: Adds waitlist queue interaction & fix endpoint validation #29
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error and 12 warnings
prettier (ubuntu-latest, 18)
Process completed with exit code 1.
|
prettier (ubuntu-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
eslint (ubuntu-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
eslint (ubuntu-latest, 18):
src/extension.ts#L253
Object Literal Property name `html_url` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L17
Type Property name `guideline_id` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L18
Type Property name `is_compliant` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L23
Type Property name `is_compliant` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L54
Object Literal Property name `github_token` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L92
Object Literal Property name `Authorization` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L134
Object Literal Property name `Authorization` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L169
Object Literal Property name `Authorization` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/quack.ts#L203
Object Literal Property name `Authorization` must match one of the following formats: camelCase
|
eslint (ubuntu-latest, 18):
src/util/github.ts#L16
Type Property name `full_name` must match one of the following formats: camelCase
|