Skip to content

Update jsoup plugin version to 1.20.1-46.ve5f1416988c2 (#985) #335

Update jsoup plugin version to 1.20.1-46.ve5f1416988c2 (#985)

Update jsoup plugin version to 1.20.1-46.ve5f1416988c2 (#985) #335

name: Lint Workflows
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint GitHub Actions workflows
uses: super-linter/super-linter@v7.3.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_GITHUB_ACTIONS: true
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}