Skip to content

point2d: shorter hash #42

point2d: shorter hash

point2d: shorter hash #42

Workflow file for this run

name: ci
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: busted
uses: lunarmodules/busted@v2
with:
args: --verbose src
- name: luacheck
uses: lunarmodules/luacheck@v1