Skip to content

Add GitHub sponsor support #14

Add GitHub sponsor support

Add GitHub sponsor support #14

Workflow file for this run

name: "CI"
on:
pull_request: {}
push:
branches:
- "master"
jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- name: "Install ShellCheck"
run: sudo apt-get install -y shellcheck
- name: "Lint script"
run: shellcheck wait-until
- name: "Ensure script runs"
run: ./wait-until /bin/true 5