Compare commits

..

1 Commits

Author SHA1 Message Date
ee4444ac25 Fix workflow
Some checks failed
CI / Check spelling (pull_request) Successful in 1m26s
CI / Linux (ubuntu) (pull_request) Failing after 23m37s
CI / Linux (fedora) (pull_request) Failing after 23m38s
CI / Linux (debian) (pull_request) Failing after 23m38s
CI / Linux (arch) (pull_request) Failing after 23m39s
CI / Check coding style (pull_request) Failing after 3m55s
2025-06-19 22:28:05 +02:00

View File

@@ -30,6 +30,8 @@ jobs:
runs-on: ubuntu-latest
name: Check coding style
continue-on-error: true
env:
GITHUB_WORKSPACE: ${{ runner.workspace }}
steps:
- uses: actions/checkout@v4
# if this check fails, you have to update the number of auto types known and the list of auto types in the check below
@@ -42,6 +44,7 @@ jobs:
- name: Show workspace dir
run: |
echo "PWD: $(pwd)"
echo "GITHUB_WORKSPACE: ${{ github.workspace }}"
ls -l
ls -l src || echo "src directory not found"
- name: Run clang-format