Skip to content

Merge branch 'main' of https://github.com/Panquesito7/double_jump #16

Merge branch 'main' of https://github.com/Panquesito7/double_jump

Merge branch 'main' of https://github.com/Panquesito7/double_jump #16

Workflow file for this run

name: luacheck
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@master