bgamari / dhall-gitlab-ci

A Dhall encoding of the GitLab CI configuration schema
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Implement support for job `inherits` keyword #15

Open m4dc4p opened 2 years ago

m4dc4p commented 2 years ago

Adds the inherits keyword to job definitions, as described on https://docs.gitlab.com/ee/ci/yaml/index.html#inherit.

Also added examples/inherit-examples.dhall as a test & example, and updated GitHub workflow to evaluate that file as well.