Skip to content

Fix link in 10.2024.4 - Appeals Committee.md #389

Fix link in 10.2024.4 - Appeals Committee.md

Fix link in 10.2024.4 - Appeals Committee.md #389

Workflow file for this run

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