this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Post-checkout script is no longer necessary

-9
-4
.github/workflows/actions.yaml
··· 13 13 run: | 14 14 git submodule update --init --recursive --depth=1 15 15 16 - - name: Post-checkout script 17 - run: | 18 - ./tools/post-checkout.sh 19 - 20 16 - name: Install dependencies 21 17 run: | 22 18 sudo apt-get update && sudo apt-get install devscripts equivs debhelper
-5
tools/post-checkout.sh
··· 1 - #!/bin/bash 2 - 3 - SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" 4 - 5 - "$SCRIPT_DIR/../src/external/swift/post-checkout.sh"