Skip to content

Validate Json

Validate Json #15

Workflow file for this run

name: Validate Json
on:
workflow_run:
workflows: ["Build matrix"]
types:
- completed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout `sail-riscv` repo
uses: actions/checkout@v3
with:
repository: ThinkOpenly/sail-riscv
- name: Download Sail artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v6
with:
#run-id: ${{ github.event.workflow_run.id }}
workflow: build.yml
name: sail-artifact
- name: Make Sail executable
run: |
pwd
ls -lah
#chmod +x sail-artifact/sail
#sudo mv sail-artifact/sail /usr/local/bin/sail
#- name: Generate json
#run: |
#sail --version
#make check-json