Skip to content

fix(term): improved errorhandling, more descriptive (#85) #118

fix(term): improved errorhandling, more descriptive (#85)

fix(term): improved errorhandling, more descriptive (#85) #118

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 .