lina/.github/workflows/main.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: could not find expected ':'
Luca Capezzuto 853946b665
Luacheck: ignore W113 too; GitHub Action: specify permissions
Ignoring W113 safely avoids warnings due to Awesome modules not found by
Luacheck.

Signed-off-by: Luca Capezzuto <luca.cpz@gmail.com>
2022-06-11 11:51:02 +02:00

18 lines
418 B
YAML

name: Lain
on: [push]
permissions:
contents: read
jobs:
linting:
runs-on: ubuntu-latest
steps:
- run: |
echo "Running tests triggered by a ${{ github.event_name }} event."
echo "Testing ${{ github.ref }} from ${{ github.repository }} on ${{ runner.os }}"
- name: Check out code
uses: actions/checkout@v3
- name: Run tests
uses: lunarmodules/luacheck@v0