Merge branch 'main' into Lucyeoh-patch-10 #521
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |