Skip to content

Release v0.6.3

Release v0.6.3 #79

Workflow file for this run

---
name: Lint
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Luacheck
uses: lunarmodules/luacheck@v1
yamllint:
name: Run yamllint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: |
yamllint .