Skip to content

We still need to include QtCore/qstandardpaths.h #41

We still need to include QtCore/qstandardpaths.h

We still need to include QtCore/qstandardpaths.h #41

Workflow file for this run

name: Static Analysis
on: [push, pull_request]
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt update && sudo apt upgrade && sudo apt install shellcheck
- run: shellcheck *.sh