Skip to content

⬆️ Bump idna from 3.3 to 3.7 #45

⬆️ Bump idna from 3.3 to 3.7

⬆️ Bump idna from 3.3 to 3.7 #45

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 }}