Skip to content

Fix luarocks workflow #7

Fix luarocks workflow

Fix luarocks workflow #7

Workflow file for this run

name: Style check
on:
push:
branches:
- master
pull_request: ~
jobs:
style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: 0.16.1
args: --check lua/ tests/