Skip to content

Add nix support

Add nix support #36

Workflow file for this run

name: default
on: [pull_request]
jobs:
lint:
name: Lint Lua code
runs-on: ubuntu-20.04
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Stylua check
uses: JohnnyMorganz/stylua-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check .