github: Run continuous integration tests using "github actions"

Use "github actions" instead of "travis ci" for the automatic build
regression tests.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2020-09-25 22:13:56 -04:00
parent 21ba8a9d7a
commit 7ad36a2164
5 changed files with 38 additions and 36 deletions

View file

@ -178,8 +178,9 @@ and effect scenarios.
Running the regression tests
============================
The main Klipper GitHub repository uses TravisCI to run a series of
regression tests. It can be useful to run some of these tests locally.
The main Klipper GitHub repository uses "github actions" to run a
series of regression tests. It can be useful to run some of these
tests locally.
The source code "whitespace check" can be run with:
```