Skip to content

Make use of multiple threads for gtk4 target in GitHub runner #119

Make use of multiple threads for gtk4 target in GitHub runner

Make use of multiple threads for gtk4 target in GitHub runner #119

Workflow file for this run

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