Skip to content

Generate MEOS documentation with doxygen #1771

Generate MEOS documentation with doxygen

Generate MEOS documentation with doxygen #1771

Workflow file for this run

name: Check code
on:
push:
paths:
- '.github/workflows/check-code.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages
pull_request:
paths:
- '.github/workflows/check-code.yml'
- './meos/**'
- './mobilitydb/**'
- './postgis/**'
branch_ignore: gh-pages
jobs:
license_check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Requirements
run: |
sudo apt install -y licensecheck
- name: Run License Check
run: ./tools/scripts/test_license.sh