Skip to content

release: Update CITATION.cff version to 3.3.0 #45

release: Update CITATION.cff version to 3.3.0

release: Update CITATION.cff version to 3.3.0 #45

Workflow file for this run

name: "CI - Nix"
on:
push:
paths-ignore:
- doc/**
- .gitlab-ci.yml
- .gitignore
- '*.md'
- CITATION.*
- COPYING.LESSER
- .pre-commit-config.yaml
- CHANGELOG.md
jobs:
nix:
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [ubuntu, macos]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: gepetto
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build -L