Skip to content

Implement grain-charge reactions #79

Implement grain-charge reactions

Implement grain-charge reactions #79

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
- run: nix-shell --run "./bootstrap && ./configure CC=gcc FC=gfortran && make && make check"