Skip to content

Fix tprecision for discrete interpolation #1679

Fix tprecision for discrete interpolation

Fix tprecision for discrete interpolation #1679

Workflow file for this run

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