Skip to content

Bump github/super-linter from 6 to 7 #109

Bump github/super-linter from 6 to 7

Bump github/super-linter from 6 to 7 #109

Workflow file for this run

---
name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
lint-code:
name: Lint code
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout cout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v7
env:
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_PYTHON_BLACK: false
VALIDATE_PYTHON_ISORT: false
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYLINT: false