Skip to content

chore(deps): bump cachix/install-nix-action from 23 to 24 #129

chore(deps): bump cachix/install-nix-action from 23 to 24

chore(deps): bump cachix/install-nix-action from 23 to 24 #129

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
superlinter:
runs-on: ubuntu-latest
timeout-minutes: 3
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/slim@v5
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_EDITORCONFIG: true
VALIDATE_LUA: true
VALIDATE_GITLEAKS: true
VALIDATE_GITHUB_ACTIONS: true