Skip to content

Feat/allow multiple secrets #89

Feat/allow multiple secrets

Feat/allow multiple secrets #89

Triggered via pull request October 30, 2023 12:46
Status Success
Total duration 54s
Artifacts

build-and-test.yml

on: pull_request
Run linters
25s
Run linters
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
CHANGELOG.md#L1
There are issues with this file's formatting, please run Prettier to fix the errors
src/tests/doublecsrf.test.ts#L133
'mockRequest' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L139
'generateTokenWithSecret1' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L144
'generateTokenWithSecret2' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L148
'validateRequestWithSecret1And2' is assigned a value but never used (@typescript-eslint/no-unused-vars)
src/tests/doublecsrf.test.ts#L153
'validateRequestWithSecret2And1' is assigned a value but never used (@typescript-eslint/no-unused-vars)
Run linters
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/