Skip to content

moonraker: add git to runtime image #91

moonraker: add git to runtime image

moonraker: add git to runtime image #91

Workflow file for this run

name: YAML Lint
on: pull_request
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run yamllint
uses: reviewdog/action-yamllint@v1