Feat/allow multiple secrets #92
build-and-test.yml
on: pull_request
Run linters
18s
Matrix: build
Annotations
6 warnings
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/
|