Skip to content

Add recipe to include ban-deprecated-stapler.skip in pom (#1717) #548

Add recipe to include ban-deprecated-stapler.skip in pom (#1717)

Add recipe to include ban-deprecated-stapler.skip in pom (#1717) #548

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