Skip to content

Merge pull request #179 from AmreenT/patch-1 #497

Merge pull request #179 from AmreenT/patch-1

Merge pull request #179 from AmreenT/patch-1 #497

Workflow file for this run

# The only reason this CI exists is that we can require branches to be up
# to date before merging, which can only be enforced if there is at least
# one status check enabled.
name: Dummy CI
on:
push:
pull_request:
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dummy action
run: echo dummy