Skip to content

Merge pull request #8 from pnorman/streets_polygons_labels #12

Merge pull request #8 from pnorman/streets_polygons_labels

Merge pull request #8 from pnorman/streets_polygons_labels #12

Workflow file for this run

name: Check and run
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install lua
run: |
sudo apt-get update -qq &&
sudo apt-get install -qq --no-install-recommends lua5.3 lua-check
- name: Check lua files
run: bin/check-lua-scripts.sh