Skip to content

Add mail_header_only option, support old bl config #10

Add mail_header_only option, support old bl config

Add mail_header_only option, support old bl config #10

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- main
pull_request:
jobs:
lint:
name: Lint and Style Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Luacheck Linter
uses: lunarmodules/luacheck@v1
# - name: Commit Linter
# uses: wagoid/commitlint-github-action@v5