https://github.com/exercism/yamlscript
Exercism exercises in YAMLScript.
https://github.com/exercism/yamlscript
exercism-track maintained
Last synced: 8 months ago
JSON representation
Exercism exercises in YAMLScript.
- Host: GitHub
- URL: https://github.com/exercism/yamlscript
- Owner: exercism
- License: mit
- Created: 2024-07-09T06:36:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T01:28:55.000Z (8 months ago)
- Last Synced: 2025-05-04T16:19:18.860Z (8 months ago)
- Topics: exercism-track, maintained
- Language: Shell
- Homepage: https://exercism.org/tracks/yamlscript
- Size: 695 KB
- Stars: 0
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Exercism YAMLScript Track
=========================
[](https://github.com/exercism/yamlscript/actions?query=workflow%3Aconfiglet)
[](
https://github.com/exercism/yamlscript/actions?query=workflow%3Atest)
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=`.