Skip to content

build(deps): Bump docker/build-push-action from 6.0.2 to 6.1.0 #550

build(deps): Bump docker/build-push-action from 6.0.2 to 6.1.0

build(deps): Bump docker/build-push-action from 6.0.2 to 6.1.0 #550

Workflow file for this run

name: Lint Code
on:
pull_request:
branches:
- main
jobs:
lint:
name: Super Linter
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint code base
uses: github/super-linter@v6
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_BASH: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}