From a9ab5c7098ef01ec8d66f0b5baad0cea50a6d0d8 Mon Sep 17 00:00:00 2001 From: Septs Date: Tue, 21 Jul 2020 01:23:09 +0800 Subject: [PATCH] update scripts --- .github/workflows/test-your-pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-your-pr.yml b/.github/workflows/test-your-pr.yml index 55c81f6..8c11088 100644 --- a/.github/workflows/test-your-pr.yml +++ b/.github/workflows/test-your-pr.yml @@ -15,11 +15,12 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Install dependencies - shell: bash run: | sudo apt update -qq sudo apt install -y python3 python3-venv - name: Run ROA script - shell: bash run: .scripts/generate-roa.sh + + - name: Preview + run: cat generated/README.txt