Skip to content

hide modules older than module_age 6 (3 years), instead of 5 #21

hide modules older than module_age 6 (3 years), instead of 5

hide modules older than module_age 6 (3 years), instead of 5 #21

Workflow file for this run

name: Linters
on: [push, pull_request]
jobs:
linters:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install rpmlint
run: sudo apt-get -y install rpmlint
- name: Run rpmlint
run: rpmlint Lmod-config.spec
- name: Run luacheck
uses: lunarmodules/luacheck@v0
with:
args: -g .