Skip to content

Bump composer from 23b6815 to 5248900 #23

Bump composer from 23b6815 to 5248900

Bump composer from 23b6815 to 5248900 #23

Workflow file for this run

---
on: pull_request
name: YAML
permissions:
contents: read
pull-requests: write
# Detect if this action is already running, and cancel it.
# This most likely happened because a second push has been made to a branch.
concurrency:
group: ${{ github.repository_id }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
yaml-cs-fixer:
name: Yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run Yamllint
uses: frenck/[email protected]
with:
strict: true