Workflow nitpicks

main
Dan Forbes 2020-11-21 19:03:46 -08:00
parent 617e71b1ff
commit cbf28f1042
1 changed files with 1 additions and 2 deletions

View File

@ -13,8 +13,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel # A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: jobs:
# This workflow contains a single job called "build" check:
build:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04