Skip to content

BNAndras/exercism-yamlscript

 
 

Repository files navigation

Exercism YAMLScript Track

Configlet Exercise Tests

Exercism exercises in YAMLScript.

Using Makefile Commands

Actions for this repository are all automated in the Makefile.

  • make check
  • make test
  • make test v=1 # verbose
  • make test test=hello-world # Test single exercise

YAMLScript Track Repository Testing

Run make check to check:

  • YAML files are correct
  • Shell files are correct
  • Exercism is set up correctly
  • Each exercise is verified
  • Also runs make test

Testing the YAMLScript Exercises

To test all exercises, run make test.

To test a single exercise, run make test test=<exercise-slug>.

About

Exercism exercises in YAMLScript.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.8%
  • Makefile 41.6%
  • PowerShell 0.6%