Skip to content

fix(common): yarn check #447

fix(common): yarn check

fix(common): yarn check #447

GitHub Actions / Lint failed Jan 15, 2025 in 0s

Errors 2, Warnings 0

Found 2 errors and 0 warnings

Annotations

Check failure on line 1 in blog/app/next.config.js

See this annotation in the file changed.

@github-actions github-actions / Lint

(unknown): Parsing error: /home/runner/work/shdvor/shdvor/blog/app/next.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject.

Parsing error: /home/runner/work/shdvor/shdvor/blog/app/next.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject.
Raw output
  1 | /* eslint-disable */
  2 |
  3 | import { join } from 'path'

Check failure on line 1 in site/app/next.config.js

See this annotation in the file changed.

@github-actions github-actions / Lint

(unknown): Parsing error: /home/runner/work/shdvor/shdvor/site/app/next.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject.

Parsing error: /home/runner/work/shdvor/shdvor/site/app/next.config.js was not found by the project service. Consider either including it in the tsconfig.json or including it in allowDefaultProject.
Raw output
  1 | /* eslint-disable */
  2 |
  3 | import { join } from 'path'