[ci] add weekly workflow run and status badges
This commit is contained in:
parent
cc427103eb
commit
c0e3a00502
2
.github/workflows/abi-checker.yml
vendored
2
.github/workflows/abi-checker.yml
vendored
@ -9,6 +9,8 @@ on:
|
||||
default: '3.0.0'
|
||||
pull_request_target:
|
||||
branches: [ master, stable* ]
|
||||
schedule:
|
||||
- cron: '30 4 * * SUN'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/clang-tidy.yml
vendored
2
.github/workflows/clang-tidy.yml
vendored
@ -2,6 +2,8 @@ name: clang-tidy-review
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: [ master, stable* ]
|
||||
schedule:
|
||||
- cron: '30 3 * * SUN'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -16,6 +16,8 @@ on:
|
||||
branches: [ master, stable* ]
|
||||
pull_request_target:
|
||||
branches: [ master, stable* ]
|
||||
schedule:
|
||||
- cron: '30 2 * * SUN'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -4,6 +4,13 @@ FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released
|
||||
Enjoy the freedom of using your software wherever you want, the way you want it, in a world where
|
||||
interoperability can finally liberate your computing experience.
|
||||
|
||||
## Code Quality Status
|
||||
|
||||
[![[arm,ppc,ricsv] architecture builds](https://github.com/FreeRDP/FreeRDP/actions/workflows/alt-architectures.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/alt-architectures.yml)
|
||||
[![abi-checker](https://github.com/FreeRDP/FreeRDP/actions/workflows/abi-checker.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/abi-checker.yml)
|
||||
[![clang-tidy-review](https://github.com/FreeRDP/FreeRDP/actions/workflows/clang-tidy.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/clang-tidy.yml)
|
||||
[![CodeQL](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/FreeRDP/FreeRDP/actions/workflows/codeql-analysis.yml)
|
||||
|
||||
## Resources
|
||||
|
||||
Project website: https://www.freerdp.com/
|
||||
|
Loading…
Reference in New Issue
Block a user