Skip to content

Move usage gif to top of README #11

Move usage gif to top of README

Move usage gif to top of README #11

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
markdownlint:
name: Lint README
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: articulate/actions-markdownlint@v1