Skip to content

don't show motd in tests #70

don't show motd in tests

don't show motd in tests #70

Workflow file for this run

name: Linting
on:
push:
paths: ["**.lua", ".github/workflows/lint.yaml"]
pull_request:
paths: ["**.lua", ".github/workflows/lint.yaml"]
workflow_dispatch:
jobs:
lint-selene:
name: Lint Lua with Selene
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: NTBBloodbath/[email protected]
with:
# Github secret token
token: ${{ secrets.GITHUB_TOKEN }}
# selene arguments
args: . --config .selene.toml
# selene version
version: 0.23.1