Skip to content

Bump version: 0.3.2rc2 → 0.3.2 #48

Bump version: 0.3.2rc2 → 0.3.2

Bump version: 0.3.2rc2 → 0.3.2 #48

Workflow file for this run

name: Superlinter
on: [push, pull_request]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v5
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FILTER_REGEX_EXCLUDE: .*/_generated.py
VALIDATE_ALL_CODEBASE: true
VALIDATE_YAML: true
VALIDATE_JSON: true
VALIDATE_MD: true
VALIDATE_BASH: true
VALIDATE_DOCKER: true
VALIDATE_GO: true
VALIDATE_ENV: true