Skip to content

chore: Bump actions/stale from 10.4.0 to 11.0.0 #84

chore: Bump actions/stale from 10.4.0 to 11.0.0

chore: Bump actions/stale from 10.4.0 to 11.0.0 #84

name: Validate Workflows
on:
push:
branches: [main]
paths: [".github/workflows/**"]
pull_request:
paths: [".github/workflows/**"]
permissions:
contents: read
pull-requests: write
checks: write
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: reviewdog/action-actionlint@50842263c20a7c46bd0065b9e624d3c569db061e # v1.73.0
with:
reporter: github-pr-review
fail_level: error