Skip to content

Move dependabot config to expected .github/ location #76

Move dependabot config to expected .github/ location

Move dependabot config to expected .github/ location #76

Workflow file for this run

---
name: Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
statuses: write
jobs:
lint:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint
uses: super-linter/super-linter/slim@v6
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_SHELL_SHFMT: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}