Skip to content

fixup lng/lat being integers #3

fixup lng/lat being integers

fixup lng/lat being integers #3

Workflow file for this run

name: lint-test
on: [push]
permissions:
contents: read
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: check valid sh
run: find . -name "*.sh" -exec shellcheck {} \;