Skip to content

feat: basic support of Haskell as an indentation based language #14

feat: basic support of Haskell as an indentation based language

feat: basic support of Haskell as an indentation based language #14

Workflow file for this run

name: Luacheck
on:
push:
branches:
- master
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: Jayrgo/luacheck-action@v1
with:
files: '.'