Skip to content

feat: Add symlink to config dir from /home/salt/data/config #599

feat: Add symlink to config dir from /home/salt/data/config

feat: Add symlink to config dir from /home/salt/data/config #599

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@v7
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_BASH: true
BASH_SEVERITY: warning
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}