Skip to content

Mark the slurm packages as held in apt #576

Mark the slurm packages as held in apt

Mark the slurm packages as held in apt #576

Workflow file for this run

name: Lint Code Base
on:
push:
branches:
- main
pull_request:
branches:
- "*"
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Lint ansible project
uses: ansible-community/ansible-lint-action@v6
with:
path: "ansible/roles"