Skip to content

game/fruit: make the rigid body fixed #22

game/fruit: make the rigid body fixed

game/fruit: make the rigid body fixed #22

Workflow file for this run

name: check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, macos-14]
steps:
- uses: actions/checkout@main
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: System Info
run: |
uname -a
nix --version
- name: Run flake check
run: nix flake check -L --show-trace