Skip to content

Merge pull request #23 from loco-3d/pre-commit-ci-update-config #14

Merge pull request #23 from loco-3d/pre-commit-ci-update-config

Merge pull request #23 from loco-3d/pre-commit-ci-update-config #14

Workflow file for this run

name: "CI - Nix"
on:
push:
branches:
- humble-devel
pull_request:
branches:
- humble-devel
jobs:
tests:
name: "Nix build on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [ubuntu]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: gepetto
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: ros
- run: nix build -L