Skip to content

chore(ci): Pin actions to commits, remove yamlint #124

chore(ci): Pin actions to commits, remove yamlint

chore(ci): Pin actions to commits, remove yamlint #124

Workflow file for this run

---
name: Lint
on: [push, pull_request]
jobs:
luacheck:
runs-on: ubuntu-22.04
steps:
- name: Checkout
# commit hash for version 7.0.0
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Luacheck
# commit hash for master commit Apr 20, 2026
uses: lunarmodules/luacheck@f47ad699b5aab8eba5494a2b63e26c24dbf486ce
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 .