There was an error while loading. Please reload this page.
Important
All of these scripts assume use of GNU CLI tools instead of the BSD CLI tools that come with macOS.
find .github/workflows/ -type f -name "build-*.yml" \ | xargs -I% bash -c 'cat "%" \ | grep "^# 2." \ | sed -r "s|# 2. ||"'