Skip to content

Supports bytebuddy in jdk19 and above #3

Supports bytebuddy in jdk19 and above

Supports bytebuddy in jdk19 and above #3

Workflow file for this run

name: GitHub Actions Lint
on:
pull_request:
branches:
- main
paths:
- ".github/workflows/**"
concurrency:
group: actionlint-${{ github.event.pull_request.number || github.sha }}
permissions:
contents: read
checks: write
pull-requests: write
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: reviewdog / actionlint
uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true