mic toggle #842
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: Check Awesome WM Configuration | |
on: | |
push: | |
branches: | |
- develop | |
workflow_dispatch: | |
jobs: | |
check-configuration: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Check Awesome WM Configuration | |
run: | | |
sudo apt-get update | |
sudo apt-get install -y awesome | |
awesome --config ./rc.lua --check |