more CI tests (there will be a bunch of these nop commits)

This commit is contained in:
Kevin Hester 2021-04-16 11:01:44 +08:00
parent 361556a6a7
commit d8bae61e3c

View File

@ -9,8 +9,10 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
# steps:
# echo "No action setup currently needed, skipping..."
steps:
- name: Startup
run: echo "No action setup currently needed, skipping..."
build:
needs: setup