Skip to content

build(deps): bump eclipse-temurin from 21.0.4_7-jre-noble to 23.0.1_11-jre-noble #26

build(deps): bump eclipse-temurin from 21.0.4_7-jre-noble to 23.0.1_11-jre-noble

build(deps): bump eclipse-temurin from 21.0.4_7-jre-noble to 23.0.1_11-jre-noble #26

Workflow file for this run

name: Lint
on:
push:
branches-ignore: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions: {}
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v7
env:
VALIDATE_ALL_CODEBASE: true
FIX_MARKDOWN_PRETTIER: true
VALIDATE_MARKDOWN_PRETTIER: true
VALIDATE_GITLEAKS: true
VALIDATE_GITHUB_ACTIONS: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}