Skip to content

Bump actions/checkout from 5 to 6 (#93) #23

Bump actions/checkout from 5 to 6 (#93)

Bump actions/checkout from 5 to 6 (#93) #23

Workflow file for this run

---
name: yamllint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Check out the codebase.
uses: actions/checkout@v6
- name: Set up Python 3.
uses: actions/setup-python@v6
with:
python-version: "3.x"
- name: Install yamllint
run: |
python3 -m pip install --upgrade pip
python3 -m pip install yamllint
- name: Run yamllint
run: yamllint .