You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "soundness" check called license-header-check is choking on the file .github/ISSUE_TEMPLATE/BUG_REPORT.md.
▸ Run curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-license-header.sh | bash
** ERROR: Unsupported file extension md for file (exclude or update this script): .github/ISSUE_TEMPLATE/BUG_REPORT.md
bash: line 74: expected_file_header: unbound variable
Error: Process completed with exit code 1.
This check is therefore disabled. Once the issue above is fixed, we can consider enabling it.
The text was updated successfully, but these errors were encountered:
The "soundness" check called
license-header-check
is choking on the file.github/ISSUE_TEMPLATE/BUG_REPORT.md
.This check is therefore disabled. Once the issue above is fixed, we can consider enabling it.
The text was updated successfully, but these errors were encountered: