Raise critical temperature in check-temp dunst script #51
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: Test POSIX compliance | |
on: | |
push: | |
paths: | |
- '**.sh' | |
- 'dunst/scripts/**' | |
- 'i3blocks/scripts/**' | |
- 'i3lock/**' | |
- 'rofi/menus/**' | |
- 'scripts/**' | |
- '.github/workflows/**' | |
jobs: | |
check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@main | |
- uses: awalsh128/cache-apt-pkgs-action@latest | |
with: | |
packages: devscripts shellcheck | |
version: 1.0 | |
- name: Run test_posix_compliance.sh | |
run: | | |
chmod +x ./scripts/test_posix_compliance.sh | |
./scripts/test_posix_compliance.sh |