Keyboard State Indicator: do not toggle on right click #1321
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: Testing | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
container: archlinux:base-devel | |
steps: | |
- name: Checkout the repo | |
uses: actions/checkout@v2 | |
- name: Checkout shared CI repo | |
uses: actions/checkout@v2 | |
with: | |
repository: lxqt/ci | |
path: shared-ci | |
- name: Build | |
run: bash ./.ci/build.sh |