All public logs

Combined display of all available logs of Torben's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:31, 24 December 2022 Torben talk contribs created page GitHub Actions (Created page with "Manual, see [https://github.com/features/actions] ===Check new Commits and PRs=== # This workflow performs chapter quality (known issues) and code quality checks upon new commits and PRs. # Configured in .pre-commit-config.yaml and setup.cfg name: Check new commits and PRs on: workflow_dispatch: push: branches: [ "main" ] pull_request: branches: [ "main" ] permissions: contents: read jobs: check: runs-on: ubuntu-22.04...")