Fix #34 -- Don't remove files with a hidden component #26
Annotations
8 warnings
Test (ubuntu-latest, latest)
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/
|
Test (ubuntu-latest, latest):
src/loader/loader.cr#L15
Deprecated File.readable?. Use `File::Info.readable?` instead
|
Test (macos-latest)
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/
|
Test (macos-latest):
src/loader/loader.cr#L15
Deprecated File.readable?. Use `File::Info.readable?` instead
|
Test (ubuntu-latest, nightly)
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/
|
Test (ubuntu-latest, nightly):
src/loader/loader.cr#L15
Deprecated File.readable?. Use `File::Info.readable?` instead
|
Test (windows-latest)
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/
|
Test (windows-latest):
src/loader/loader.cr#L15
Deprecated File.readable?. Use `File::Info.readable?` instead
|