Skip to content

feat: add basic templ support #64

feat: add basic templ support

feat: add basic templ support #64

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 .