Update compress-json-schemas.yml
This commit is contained in:
6
.github/workflows/compress-json-schemas.yml
vendored
6
.github/workflows/compress-json-schemas.yml
vendored
@@ -17,14 +17,16 @@ jobs:
|
|||||||
# This workflow contains a single job called "build"
|
# This workflow contains a single job called "build"
|
||||||
build:
|
build:
|
||||||
# The type of runner that the job will run on
|
# The type of runner that the job will run on
|
||||||
runs-on: windows-latest
|
runs-on: linux-latest
|
||||||
|
|
||||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||||
steps:
|
steps:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: DaanV2/Json-Schema-Action-Compression@v2.0
|
- uses: DaanV2/Json-Schema-Action-Compression@v2.0
|
||||||
|
name: Compress Json
|
||||||
with:
|
with:
|
||||||
specificationFile: "${{github.workspace}}\\source\\compress_specification.json"
|
specificationFile: "${{github.workspace}}\\source\\compress_specification.json"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user