Skip to content

fix: remove two unused-variable warnings #83

fix: remove two unused-variable warnings

fix: remove two unused-variable warnings #83

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 .