Skip to content

Bump globals from 17.5.0 to 17.7.0 #324

Bump globals from 17.5.0 to 17.7.0

Bump globals from 17.5.0 to 17.7.0 #324

Workflow file for this run

---
name: Lint
on: pull_request
permissions:
contents: read
jobs:
yamllint:
name: yaml
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true
markdownlint:
name: markdown
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v23
actionlint:
name: action
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v7
- name: Run actionlint
uses: reviewdog/action-actionlint@v1