Skip to content

orange-pi-5-max: init #3892

orange-pi-5-max: init

orange-pi-5-max: init #3892

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- master
merge_group:
jobs:
nixfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: cd tests && nix fmt .. -- --fail-on-change
tests:
needs: nixfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix run ./tests#run .