Merge pull request #27 from metonym/fix-jobs-syntax

Specify job name to fix syntax error
This commit is contained in:
Khải 2022-02-08 19:48:36 +07:00 committed by GitHub
commit e13928ccc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ on:
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
@ -70,6 +71,7 @@ on:
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
@ -92,6 +94,7 @@ on:
- pull_request
jobs:
cache-and-install:
runs-on: ubuntu-latest
steps: