Skip to content

Update to rubin-env 8.0.0. #336

Update to rubin-env 8.0.0.

Update to rubin-env 8.0.0. #336

Workflow file for this run

name: Lint YAML Files
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install
run: pip install yamllint
- name: Run linter
run: |
yamllint -d "{extends:default, rules:{truthy:{check-keys: false}}}" .