Skip to content

Migrate indent-blankline to v3 (#132) #144

Migrate indent-blankline to v3 (#132)

Migrate indent-blankline to v3 (#132) #144

Workflow file for this run

name: ci
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-latest
name: Luacheck
steps:
- name: Checkout
uses: actions/checkout@main
- name: Luacheck
uses: lunarmodules/luacheck@master
markdownlint:
runs-on: ubuntu-latest
name: Markdownlint
steps:
- name: Checkout
uses: actions/checkout@main
- name: Markdownlint
uses: nosborn/github-action-markdown-cli@master
with:
files: "*.md"
config_file: .markdownlint.json
shellcheck:
runs-on: ubuntu-latest
name: Shellcheck
steps:
- uses: actions/checkout@main
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master