/ README.md
README.md
1 [](https://travis-ci.com/adafruit/Adafruit_Learning_System_Guides) 2 # Introduction 3 4 This is a collection of smaller programs and scripts to display "inline" in 5 [Adafruit Learning System][learn] guides. Subdirectories here will generally 6 contain a README with a link to their corresponding guide. 7 8 ## Testing 9 10 The code here is partially checked by GitHub Actions against Pylint (for 11 CircuitPython code) or the Arduino compilation process. 12 13 Code in directories containing a file called `.circuitpython.skip` will be 14 skipped by Pylint checks. 15 16 Code in directories containing a `.[platformname].test` file, such as 17 `.uno.test` will be compiled against the corresponding platform. 18 19 This is a work in progress. 20 21 [learn]: https://learn.adafruit.com/ 22