Skip to content

move resource: and skin: urls #13

move resource: and skin: urls

move resource: and skin: urls #13

Triggered via push January 3, 2024 10:02
Status Success
Total duration 44s
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`