Skip to content

fix: update suppressions for netty which only exists in netty 4.2.x line #560

fix: update suppressions for netty which only exists in netty 4.2.x line

fix: update suppressions for netty which only exists in netty 4.2.x line #560

name: Validate GitHub Actions Workflows
on:
push:
pull_request:
# See: https://docs.github.com/en/free-pro-team@latest/actions/reference/events-that-trigger-workflows#workflow_dispatch
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-24.04
steps:
- name: Checkout local repository
uses: actions/checkout@v4
# See: https://github.com/ajv-validator/ajv-cli/blob/master/README.md
- name: Validate GitHub Actions workflows
run: |
npx -p ajv-cli@4.0.1 ajv -s "./.github/schemas/github-action.json" -d "**/*.{yml,yaml}"