Skip to content

Bump softprops/action-gh-release from 2.3.2 to 2.4.2 #204

Bump softprops/action-gh-release from 2.3.2 to 2.4.2

Bump softprops/action-gh-release from 2.3.2 to 2.4.2 #204

Workflow file for this run

name: YAML lint
on:
push:
branches: [main]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v5.0.0
- name: Run yamllint
run: yamllint --strict .