Skip to content

Bump docker/login-action from 3.1.0 to 3.2.0 #100

Bump docker/login-action from 3.1.0 to 3.2.0

Bump docker/login-action from 3.1.0 to 3.2.0 #100

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@v6
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