1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-07-01 22:28:44 +08:00
NeoNetwork/.github/workflows/test-your-pr.yml
2020-07-21 01:23:09 +08:00

27 lines
510 B
YAML

name: Test Your PR
on:
pull_request:
branches: [master]
jobs:
build:
name: Generate ROA
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install -y python3 python3-venv
- name: Run ROA script
run: .scripts/generate-roa.sh
- name: Preview
run: cat generated/README.txt