Skip to content

Update Bjoern2C_BjoernCitationStringTagged.js #21

Update Bjoern2C_BjoernCitationStringTagged.js

Update Bjoern2C_BjoernCitationStringTagged.js #21

Triggered via push January 19, 2024 18:50
Status Success
Total duration 33s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
release: bootstrap.ts#L95
Object pattern argument should be typed
release: bootstrap.ts#L133
Missing return type on function
release: bootstrap.ts#L152
Missing return type on function
release: lib.ts#L243
Use const or class constructors instead of named functions
release: lib.ts#L243
Don't use `Function` as a type. Avoid using the `Function` type. Prefer a specific function type, like `() => void`