Skip to content

Commit

Permalink
Rename action runner to just ci
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhedin committed Jul 16, 2024
1 parent 3e00b30 commit b97c461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
sdrx
====

[![Build](https://github.com/johanhedin/sdrx/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/johanhedin/sdrx/actions/workflows/c-cpp.yml)
[![Build](https://github.com/johanhedin/sdrx/actions/workflows/ci.yml/badge.svg)](https://github.com/johanhedin/sdrx/actions/workflows/ci.yml)
[![CodeQL](https://github.com/johanhedin/sdrx/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/johanhedin/sdrx/actions/workflows/codeql-analysis.yml)

`sdrx` is a software defined multichannel narrowband AM airband receiver that
uses R820T(2)/R860 based RTL-SDR or Airspy Mini/R2 dongles as it's hardware
part. `sdrx` is written in C++ (C++-20) and regularly tested on a x86_64 machine
running Fedora 39, on a Raspberry Pi 4 Model B 4GiB and on a Raspberry Pi Zero 2 W
running Fedora 40, on a Raspberry Pi 4 Model B 4GiB and on a Raspberry Pi Zero 2 W
running the latest Raspberry Pi OS (mostly the 64-bit version). Audio handling
is done with ALSA.

Expand Down

0 comments on commit b97c461

Please sign in to comment.