Add dynaconf hook for aap user migration handling. #5397
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Verify pulp imposed constraints | |
on: {pull_request: {branches: ['*']}, push: {branches: ['*']}} | |
jobs: | |
check_pulp_template_plugin: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Ensure sanity with plugin-template managed files | |
run: make pulp/plugin-template-check |