Skip to content

Store All Icon themes in <caffeine-path>/icons/hicolor/scalable/actions and uses system icons with fallback if not available #107

Store All Icon themes in <caffeine-path>/icons/hicolor/scalable/actions and uses system icons with fallback if not available

Store All Icon themes in <caffeine-path>/icons/hicolor/scalable/actions and uses system icons with fallback if not available #107

Workflow file for this run

name: Run shellcheck
on:
pull_request:
branches: '**'
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run shellcheck
run: |
find $GITHUB_WORKSPACE -type f -and \( -name "*.sh" \) | xargs shellcheck