Skip to content

Merge pull request #60 from geo-engine/update-2024-11-12 #174

Merge pull request #60 from geo-engine/update-2024-11-12

Merge pull request #60 from geo-engine/update-2024-11-12 #174

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.42"
- name: Build
run: mdbook build
- name: Run tests
run: mdbook test