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