Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

add github-action

add github-action #2

Workflow file for this run

name: check all
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
checks:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- name: System Info
run: |
uname -a
nix --version
- name: format
run: nix build -L --no-link --show-trace .#checks.x86_68-linux.format
- name: rustc0
run: nix build -L --no-link --show-trace .#packages.x86_68-linux.rustc0
- name: r0vm
run: nix build -L --no-link --show-trace .#packages.x86_68-linux.r0vm