Skip to content

small changes to fortran intro #275

small changes to fortran intro

small changes to fortran intro #275

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install -yq --no-install-recommends gfortran make
- run: make FC=gfortran -C doc/src
- run: make -C scf