Compare commits

..

1 Commits

Author SHA1 Message Date
2bd56d35c0 Fix workflow
Some checks failed
CI / Linux (debian) (pull_request) Has been cancelled
CI / Linux (fedora) (pull_request) Has been cancelled
CI / Linux (ubuntu) (pull_request) Has been cancelled
CI / Linux (arch) (pull_request) Has been cancelled
CI / Check spelling (pull_request) Has been cancelled
CI / Check coding style (pull_request) Failing after 1m32s
2025-06-19 23:13:47 +02:00

View File

@@ -53,6 +53,13 @@ jobs:
with:
clang-format-version: '20'
check-path: 'src'
- name: Show workspace dir after
run: |
echo "PWD: $(pwd)"
echo "GITHUB_WORKSPACE: ${{ github.workspace }}"
echo "env GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
ls -l
ls -l src || echo "src directory not found"
spell-check:
runs-on: ubuntu-22.04