lina/.github/workflows/main.yml
Luca Capezzuto 4b5c98612c
README: add workflow badge
Signed-off-by: Luca Capezzuto <luca.cpz@gmail.com>
2022-06-11 12:00:07 +02:00

17 lines
413 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."
- run: 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