Skip to content

scramble script improvements + misc fixes #235

scramble script improvements + misc fixes

scramble script improvements + misc fixes #235

Workflow file for this run

name: Run yamllint
on: pull_request
permissions: read-all
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: lint-yaml
run: yamllint -c .yamllint .github/workflows