Skip to content

M #-: Enable LDAP users auto-creation (#3327) #1326

M #-: Enable LDAP users auto-creation (#3327)

M #-: Enable LDAP users auto-creation (#3327) #1326

Workflow file for this run

name: OpenNebula Spell Check
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Run Spellcheck
run: |
.github/scripts/spellcheck.sh