Project not found
QuentinN42 opened this issue · 2 comments
QuentinN42 commented
Hello,
I can't get rid of this error :
error: Error while finding projects: No projects found under /home/runner/work/CI-test/CI-test
Error: The process '/opt/hostedtoolcache/arduino-lint/1.0.0/x64/arduino-lint' failed with exit code 1
My project structure is :
.
├── README.md
├── src
│ └── ChatServer.ino
└── test
└── test1.c
What is the assumed structure of projects ?
per1234 commented
Hi @QuentinN42. You can learn about the correct structure for an Arduino sketch in the specification here:
https://arduino.github.io/arduino-cli/latest/sketch-specification/
per1234 commented
I saw from Arduino-CI/arduino_ci#295 that you are now able to use this action successfully with the specification compliant sketch format, so I'll go ahead and close this as resolved.