pc-tty: add PS/2 mouse support and kbd/mouse vdevs #1967
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
# vim:sw=2:ts=2 | |
name: lint | |
# on events | |
on: | |
push: | |
branches: | |
- master | |
- 'feature/*' | |
pull_request: | |
branches: | |
- master | |
- 'feature/*' | |
jobs: | |
call-lint: | |
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/lint.yml@master |