Skip to content

Bump actions/checkout from 4.2.1 to 4.2.2 #234

Bump actions/checkout from 4.2.1 to 4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2 #234

Workflow file for this run

---
name: Lint Code Base
# https://github.com/marketplace/actions/super-linter
# Start the job on all push
on:
push:
branches-ignore:
- main
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4.2.2
################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter:v3.3.0
env:
VALIDATE_ALL_CODEBASE: true