fix event position scaling on HiDPI displays after 6e3f6ac that unifi… #5617
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: CI | |
on: | |
push: | |
pull_request: | |
schedule: | |
- cron: '31 1,12 * * *' | |
jobs: | |
lint: | |
uses: ./.github/workflows/lint.yml | |
linux: | |
uses: ./.github/workflows/linux.yml | |
macos: | |
uses: ./.github/workflows/macos.yml | |
windows: | |
uses: ./.github/workflows/windows.yml |