Skip to content

fix: settings page bottom toolbar being cut off #111

fix: settings page bottom toolbar being cut off

fix: settings page bottom toolbar being cut off #111

Workflow file for this run

name: PR Tests
on:
pull_request:
branches:
- main
- dev
- next
- 'mw-**'
- 'feat/**'
jobs:
translations:
uses: ./.github/workflows/translations.yml

Check failure on line 14 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr.yml" -> "./.github/workflows/translations.yml" : secret name `GITHUB_TOKEN` within `workflow_call` can not be used since it would collide with system reserved name
secrets: inherit
ci:
needs: translations
uses: ./.github/workflows/ci.yml
secrets: inherit
coverage:
needs: translations
uses: ./.github/workflows/coverage.yml
i18n-check:
needs: translations
uses: ./.github/workflows/i18n-check.yml