Skip to content

feat!: rewrite grapple #252

feat!: rewrite grapple

feat!: rewrite grapple #252

Workflow file for this run

name: continuous integration
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
style:
runs-on: ubuntu-latest
name: check code style
steps:
- uses: actions/checkout@v2
- uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: v0.15.0
args: --check .
linting:
runs-on: ubuntu-latest
name: check code linting
steps:
- uses: actions/checkout@v3
- uses: lunarmodules/luacheck@v1