Skip to content

Get image dimensions from the image element #14

Get image dimensions from the image element

Get image dimensions from the image element #14

Workflow file for this run

name: CI CTest
on:
pull_request:
paths:
- ".github/workflows/ctest.yml"
- ".github/scripts/ctest.sh"
- "CMakeFiles.txt"
- "CMakePresets.json"
- "cmake/**"
- "src/**"
- "test/**"
- "vendor/**"
push:
paths:
- ".github/workflows/ctest.yml"
- ".github/scripts/ctest.sh"
- "CMakeFiles.txt"
- "CMakePresets.json"
- "cmake/**"
- "src/**"
- "test/**"
- "vendor/**"
permissions:
contents: read
jobs:
ctest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
submodules: true
sparse-checkout: |
.github/scripts
cmake
src
test
vendor
- run: .github/scripts/ctest.sh