Skip to content

Create Working Group Formation Policy #190

Create Working Group Formation Policy

Create Working Group Formation Policy #190

Workflow file for this run

name: PR build test
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: bin/install_dependencies.sh
- name: Run the PDF compilation process
run: bin/build.sh
- uses: actions/upload-artifact@v2
with:
name: build
path: build