Skip to content

fix: filter out the unlisted buffers #182

fix: filter out the unlisted buffers

fix: filter out the unlisted buffers #182

Workflow file for this run

name: Linting & Formatting
on:
push:
branches: [main, dev]
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: leafo/gh-actions-lua@master
with:
luaVersion: "luajit-2.1.0-beta3"
- uses: leafo/[email protected]
- name: Install linter
run: luarocks install luacheck
- name: Lint
run: luacheck lua
- uses: JohnnyMorganz/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
# CLI arguments
args: --check lua