Skip to content

⬆️ Bump black from 21.12b0 to 24.3.0 #41

⬆️ Bump black from 21.12b0 to 24.3.0

⬆️ Bump black from 21.12b0 to 24.3.0 #41

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
lint:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: true
OUTPUT_DETAILS: detailed
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}