Setup signoff too

This commit is contained in:
David Heinemeier Hansson
2025-11-02 08:22:32 +01:00
parent 3bba72bf19
commit d6deb3ac5f
+3
View File
@@ -62,6 +62,9 @@ if which pacman >/dev/null 2>&1; then
fi
fi
# Ensure gh-signoff is installed and up to date
step "Set up gh-signoff" bash -c "gh extension install basecamp/gh-signoff || gh extension upgrade basecamp/gh-signoff"
bundle config set --local auto_install true
step "Installing RubyGems" bundle install