Skip to content

Remove document features dependency #234

Remove document features dependency

Remove document features dependency #234

Triggered via pull request September 21, 2023 13:25
Status Success
Total duration 5m 45s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 2 warnings
build (ubuntu-latest)
ENOENT: no such file or directory, opendir '/home/runner/work/specta/specta/target/tests/target'
build (ubuntu-latest)
Error: ENOENT: no such file or directory, opendir '/home/runner/work/specta/specta/target/tests/target'
build (ubuntu-latest)
ENOENT: no such file or directory, opendir '/home/runner/work/specta/specta/target/tests/target'
build (ubuntu-latest)
Error: ENOENT: no such file or directory, opendir '/home/runner/work/specta/specta/target/tests/target'
build (windows-latest)
ENOENT: no such file or directory, opendir 'D:\a\specta\specta\target\tests\target'
build (windows-latest)
Error: ENOENT: no such file or directory, opendir 'D:\a\specta\specta\target\tests\target'
build (windows-latest)
ENOENT: no such file or directory, opendir 'D:\a\specta\specta\target\tests\target'
build (windows-latest)
Error: ENOENT: no such file or directory, opendir 'D:\a\specta\specta\target\tests\target'
constant `RESERVED_IDENTS` is never used: src/lang/ts/reserved_terms.rs#L66
warning: constant `RESERVED_IDENTS` is never used --> src/lang/ts/reserved_terms.rs:66:18 | 66 | pub(crate) const RESERVED_IDENTS: &[&str] = &[ | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/