mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-17 01:32:07 +01:00
Rename JSON validation workflow names
This commit is contained in:
parent
9061ed66fc
commit
81c81d9890
1 changed files with 3 additions and 2 deletions
5
.github/workflows/validate-json.yml
vendored
5
.github/workflows/validate-json.yml
vendored
|
@ -7,10 +7,11 @@ on:
|
|||
paths:
|
||||
- web/atlas.json
|
||||
jobs:
|
||||
Validate-JSON:
|
||||
validate:
|
||||
name: Validate JSON
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Validate JSON
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue