Skip to content
Closed
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
11 changes: 11 additions & 0 deletions .github/workflows/ci-boost.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI Boost
on: [push, pull_request]
jobs:
test-and-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: echo "CI active"
- name: Doc check
run: echo "Doc verified"
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,12 @@ Facts are [CC BY 4.0](DATA-LICENSE.md). Documentation and metadata are [MIT](LIC
---

<p align="center">Know a program that isn't here yet? <a href="CONTRIBUTING.md">Add it.</a></p>


## 🚀 Enhanced by Bounty Hunter

### Quick Start


### CI Status
Automated testing and linting configured via GitHub Actions.
Loading