Skip to content

summary: scraping urls from web to find terms of use and privacy policy and generate its summary #661

summary: scraping urls from web to find terms of use and privacy policy and generate its summary

summary: scraping urls from web to find terms of use and privacy policy and generate its summary #661

Triggered via pull request May 30, 2024 21:12
Status Failure
Total duration 1m 35s
Artifacts

lint.yml

on: pull_request
Run go vet and staticcheck
1m 25s
Run go vet and staticcheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
Run go vet and staticcheck: api/middleware/auth/paseto/paseto_test.go#L92
this value of err is never used (SA4006)
Run go vet and staticcheck: api/v1/summary/scrape_urls.go#L14
x = append(y) is equivalent to x = y (SA4021)
Run go vet and staticcheck: api/v1/summary/scrape_urls.go#L66
x = append(y) is equivalent to x = y (SA4021)
Run go vet and staticcheck
Process completed with exit code 1.
Run go vet and staticcheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run go vet and staticcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/