Add basic APOD routs #4
Annotations
1 error and 1 warning
commitlint
You have commit messages with errors
⧗ input: feat: WIP add APOD download function
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: refactor: replace attohttpc with reqwest, clean up apod download
Handled with optionals and results now rather than just panicking. Probably still need to do some work on making this not super blocking but need to do more reading first.
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|
commitlint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|