Skip to content

Bump github.com/21-dot-dev/swift-plugin-tuist from 4.83.0 to 4.109.0 #1514

Bump github.com/21-dot-dev/swift-plugin-tuist from 4.83.0 to 4.109.0

Bump github.com/21-dot-dev/swift-plugin-tuist from 4.83.0 to 4.109.0 #1514

Workflow file for this run

name: Linux tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: recursive
- name: Check symbolic links
run: |
broken_links=$(find . -type d -name .build -prune -o -type l ! -exec test -e {} \; -print)
if [ -n "$broken_links" ]; then
echo "Broken symbolic links found:"
echo "$broken_links"
exit 1
fi
- name: Build the Docker zkp image
run: docker build .