mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-18 04:34:44 +00:00
Merge pull request #27 from metonym/fix-jobs-syntax
Specify job name to fix syntax error
This commit is contained in:
commit
e13928ccc5
1 changed files with 33 additions and 30 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue