Skip to content

Try to create XML reproducibly #174

Try to create XML reproducibly

Try to create XML reproducibly #174

Workflow file for this run

name: "CI"
on:
pull_request:
push:
branches:
- main
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v29
- name: test
run: nix flake check --show-trace