Pass XDG_ACTIVATION_TOKEN to apps launched via launch_app_env
#243
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: Main Documentation Checks | |
on: | |
- pull_request | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.number && format('pr{0}', github.event.number) || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
documentation-checks: | |
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main | |
with: | |
working-directory: doc/sphinx | |
linkcheck-target: ${{ github.event_name == 'workflow_dispatch' && 'linkcheck' || 'noop-target' }} |