Skip to content

chore(deps): bump super-linter/super-linter from 5 to 6 #38

chore(deps): bump super-linter/super-linter from 5 to 6

chore(deps): bump super-linter/super-linter from 5 to 6 #38

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches-ignore: [master, main]
# Remove the line above to run when pushing to master
pull_request:
branches: [master, main]
permissions: {}
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/[email protected]
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}