Skip to content

fix get_avail_memory for cgroups v1/v2 (AB#24354) #31

fix get_avail_memory for cgroups v1/v2 (AB#24354)

fix get_avail_memory for cgroups v1/v2 (AB#24354) #31

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@v1
with:
args: -g .