Skip to content

Bump actions/checkout from 3.5.2 to 4.1.7 #425

Bump actions/checkout from 3.5.2 to 4.1.7

Bump actions/checkout from 3.5.2 to 4.1.7 #425

Workflow file for this run

name: Lint Code Base
on:
push:
branches: [master, develop]
pull_request:
jobs:
super_linter:
name: List with Super Linter
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
LINTER_RULES_PATH: "."