Skip to content

New issue from Brian Bi: "variant's move constructor should not be gu… #242

New issue from Brian Bi: "variant's move constructor should not be gu…

New issue from Brian Bi: "variant's move constructor should not be gu… #242

Workflow file for this run

# A workflow to check generating the HTML lists works.
# The pages generated by this will have incorrect "Last modified" dates
# for the issues, because there is no meta-date/dates file used here.
# That's OK, because this is just a quick check to ensure that the XML
# is well-formed and the lists can be generated, suitable for checking
# pull requests are OK to merge.
name: Check HTML generation
on:
pull_request:
branches: [ master ]
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Compile binary programs
run: make pgms
- name: Generate HTML lists
run: make lists