Skip to content

Add initial workflows (#1) #4

Add initial workflows (#1)

Add initial workflows (#1) #4

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/