WIP: Add UpdateChecker cog #14

Draft
cswimr wants to merge 37 commits from updatechecker into main
Showing only changes of commit a477c8482b - Show all commits

View file

@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: poetry install --with dev --no-root
- name: Analysing the code with Pylint
- name: Analysing code with Pylint
run: pylint --rcfile .forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
Build Documentation (MkDocs):
@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: poetry install --with docs --no-root
- name: Set Environment Variables
- name: Set environment variables
uses: actions/env@v2
- name: Build documentation
@ -40,7 +40,7 @@ jobs:
mkdocs build -v
continue-on-error: true
- name: Deploy documentation to Meli (CoastalCommits Pages)
- name: Deploy documentation
run: |
GREEN='\033[0;32m'
YELLOW='\033[0;33m'