Skip to content

Updated Zuplo banner to be responsive #22

Updated Zuplo banner to be responsive

Updated Zuplo banner to be responsive #22

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: markdownlint-cli
uses: nosborn/github-action-markdown-cli@v3.3.0
with:
files: .
config_file: .markdownlint.yaml
dot: true