Skip to content

Bump mods/mapsync from 878a0a5 to 1ccf369 #455

Bump mods/mapsync from 878a0a5 to 1ccf369

Bump mods/mapsync from 878a0a5 to 1ccf369 #455

Workflow file for this run

name: luacheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: apt
run: sudo apt-get install -y luarocks
- name: luacheck install
run: luarocks install --local luacheck
- name: luacheck run
run: PATH=$PATH:$HOME/.luarocks/bin ./luacheck.sh