Skip to content

Commit

Permalink
Merge branch 'master' into feature/scripts-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintRyoh committed Mar 27, 2023
2 parents 061ad2a + c522d25 commit 6a774b3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/check-awesome-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Check Awesome WM Configuration

on:
push:
branches:
- 'feature/*'
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

0 comments on commit 6a774b3

Please sign in to comment.