Skip to content

GRIDEDIT-1040 Added snapping curvilinear grid to spline #2217

GRIDEDIT-1040 Added snapping curvilinear grid to spline

GRIDEDIT-1040 Added snapping curvilinear grid to spline #2217

Workflow file for this run

name: DoxygenCheck
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install doxygen
run: sudo apt-get install doxygen
- name: Check doxygen
run: |
# Set error mode. Makes bash bail on first non-zero exit code
set -e
python3 scripts/doxygen_ci.py --fail-with-warnings