Add manual rotation config option for portrait panels where KMS reports native resolution. #3413
This file contains hidden or 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
| --- | |
| # This workflow is centrally managed in https://github.com/LizardByte/.github/ | |
| # Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in | |
| # the above-mentioned repo. | |
| name: common lint | |
| permissions: {} | |
| on: | |
| pull_request: | |
| concurrency: | |
| group: "${{ github.workflow }}-${{ github.ref }}" | |
| cancel-in-progress: true | |
| jobs: | |
| lint: | |
| name: Common Lint | |
| uses: LizardByte/.github/.github/workflows/__call-common-lint.yml@master | |
| if: ${{ github.repository != 'LizardByte/.github' }} | |
| permissions: | |
| contents: read | |
| pull-requests: read |