Skip to content

chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 #70

chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2

chore(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 #70

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_YAML: false
VALIDATE_XML: false
VALIDATE_JSON: false
VALIDATE_DOCKERFILE_HADOLINT: false
VALIDATE_PYTHON_ISORT: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}