Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/soundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ jobs:
cd ${GITHUB_WORKSPACE}
if [ ! -f ".yamllint.yml" ]; then
echo "Downloading default yamllint config file"
cat "${SCRIPT_ROOT}/.github/workflows/configs/yamllint.yml" > .yamllint.yml
cat "${SCRIPT_ROOT}/.github/configs/yamllint.yml" > .yamllint.yml
fi
yamllint --strict --config-file .yamllint.yml .

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/swift_package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,8 @@ jobs:
echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
- name: Build / Test
# zizmor: ignore[template-injection]
uses: vmactions/freebsd-vm@v1
# Pin past v1.4.5 until a release includes the cache.tzst rsync race fix (vmactions/freebsd-vm#13).
uses: vmactions/freebsd-vm@36f545528696c61b36dda522c224a646c8f34fdf
env:
SWIFT_WEB_URL: ${{ steps.swift_url.outputs.url }}
BUILD_FLAGS: ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
Expand Down