An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Exercism YAMLScript Track
=========================

[![Configlet](
https://github.com/exercism/yamlscript/actions/workflows/configlet.yml/badge.svg
)](https://github.com/exercism/yamlscript/actions?query=workflow%3Aconfiglet)
[![Exercise Tests](
https://github.com/exercism/yamlscript/actions/workflows/test.yml/badge.svg)](
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=`.