Skip to content

Merge pull request #58 from geo-engine/bandwise-expression #169

Merge pull request #58 from geo-engine/bandwise-expression

Merge pull request #58 from geo-engine/bandwise-expression #169

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.12'
- name: Build
run: mdbook build
- name: Run tests
run: mdbook test