Skip to content

feat: add webauthn module #44

feat: add webauthn module

feat: add webauthn module #44

Triggered via pull request September 24, 2024 23:45
Status Failure
Total duration 1m 8s
Artifacts

format.yml

on: pull_request
Check Format and Run Linters
59s
Check Format and Run Linters
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Check Format and Run Linters: src/factory/AccountFactory.sol#L30
Function param name must be in mixedCase
Check Format and Run Linters: src/modules/validation/IWebauthnValidationModule.sol#L2
Compiler version ^0.8.20 does not satisfy the >=0.8.26 semver requirement
Check Format and Run Linters: src/modules/validation/WebauthnValidationModule.sol#L2
Compiler version ^0.8.20 does not satisfy the >=0.8.26 semver requirement
Check Format and Run Linters
Process completed with exit code 1.
Check Format and Run Linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check Format and Run Linters: src/factory/AccountFactory.sol#L30
Variable name must be in mixedCase
Check Format and Run Linters: src/modules/validation/WebauthnValidationModule.sol#L92
Function order is incorrect, external view function can not go after external pure function (line 78)