Skip to content

Merge pull request #1275 from lsst/update-bibfile-b569825 #1804

Merge pull request #1275 from lsst/update-bibfile-b569825

Merge pull request #1275 from lsst/update-bibfile-b569825 #1804

Workflow file for this run

name: Lint YAML Files
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
cache: "pip"
- name: Install
run: pip install yamllint
- name: Run linter
run: yamllint .