Skip to content

New function n_points() to get the number of points in any geometry #758

New function n_points() to get the number of points in any geometry

New function n_points() to get the number of points in any geometry #758

Workflow file for this run

name: Check Lua scripts with luacheck
on: [ push, pull_request ]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install prerequisites
run: |
sudo apt-get update -qq
sudo apt-get install -yq --no-install-suggests --no-install-recommends lua-check
- name: Run luacheck
run: luacheck flex-config/*.lua flex-config/*/*.lua tests/data/*.lua tests/lua/tests.lua