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"
|
||||
build:
|
||||
# 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:
|
||||
# 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
|
||||
name: Compress Json
|
||||
with:
|
||||
specificationFile: "${{github.workspace}}\\source\\compress_specification.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user