201 results for github actions · 2.152s

News for “github actions”
20 results • 2143 ms server time
Show HN: Git Guide - The open source travel guide on GitHub ActionsIMAGE
github.com• Jan 17, 2026• 1 min read
Show HN: Git Guide - The open source travel guide on GitHub ActionsHello HN!This is my first open source project, and I’m excited (and a little nervous) to share it with you.I love traveling, but I’ve lost trust in traditional review sites. Between SEO spam, bots, and paid 5-star ratings, finding genuine recommendations has become a noise-filtering exercise. I wanted a curated list where the "noise" of anonymous internet crowds is replaced by a transparent commit history.Git Guide is an experiment in building a community-curated travel directory without a traditional backend or database.* No Database: The "database" is just folders of Markdown files (countries/Italy/Rome/Eat/best_pizza.md). * No Servers: It runs entirely on GitHub Actions. * IssueOps: Data isn't entered via a custom form; it's entered via GitHub Issues with YAML templates.How it works: 1. A user opens an Issue to propose a place. 2. The community votes using GitHub reactions (/). 3. Once a threshold is met (currently testing with net 100 votes) and a moderator approves, a Python scrip
Advertisement
Moozonian News
preloop.dev• Aug 9, 2026• 1 min read
Show HN: Run your GitHub Actions locally or self-hosted in isolated microvmsHey HN. I've been frustrated with Github Actions' reliability, and inability to run workflows locally. Preloop is a Rust reimplementation of the GitHub Actions, both the runner(tracking the latest version) and the control plane that runs in hardware-isolated microvms on MacOS/Linux/Windows(we use smolvm project that uses the libkrun vmm).The microvms starts in
Advertisement
Advertisement