Skip to content

Add lowrisc-toolchain-gcc-rv64imac and ibex-cosim package #42

Add lowrisc-toolchain-gcc-rv64imac and ibex-cosim package

Add lowrisc-toolchain-gcc-rv64imac and ibex-cosim package #42

Workflow file for this run

name: Quality
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Nix Format Check
run: nix fmt -- . --check
- name: Nix Syntax Check
run: nix flake check