Skip to content

Bump github/codeql-action from 3.30.5 to 4.32.0 #27

Bump github/codeql-action from 3.30.5 to 4.32.0

Bump github/codeql-action from 3.30.5 to 4.32.0 #27

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 .