Skip to content

Add ten FOCI'24 issue 2 papers, two PETS'24 papers, and support accent characters in cite names. #49

Add ten FOCI'24 issue 2 papers, two PETS'24 papers, and support accent characters in cite names.

Add ten FOCI'24 issue 2 papers, two PETS'24 papers, and support accent characters in cite names. #49

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
go build -C src -o ../compiler
./compiler -path references.bib > /dev/null