diff --git a/.github/workflows/blank.yml b/.github/workflows/check.yml similarity index 94% rename from .github/workflows/blank.yml rename to .github/workflows/check.yml index 8d40c62..6fbd091 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/check.yml @@ -13,8 +13,7 @@ on: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" - build: + check: # The type of runner that the job will run on runs-on: ubuntu-20.04