Skip to content

Bump @babel/preset-env from 7.29.3 to 7.29.7 #135

Bump @babel/preset-env from 7.29.3 to 7.29.7

Bump @babel/preset-env from 7.29.3 to 7.29.7 #135

Workflow file for this run

---
on: pull_request
name: YAML
permissions:
contents: read
# 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@v6
- name: Run Yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true