Skip to content

chore(deps): bump org.openrewrite.recipe:rewrite-recipe-bom #2475

chore(deps): bump org.openrewrite.recipe:rewrite-recipe-bom

chore(deps): bump org.openrewrite.recipe:rewrite-recipe-bom #2475

Workflow file for this run

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