Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #290 from livepoll/develop
Browse files Browse the repository at this point in the history
Continuous release
  • Loading branch information
marcauberer authored May 29, 2021
2 parents e4f5e8a + 12be487 commit 44397e4
Show file tree
Hide file tree
Showing 58 changed files with 13,835 additions and 37,820 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ updates:
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
open-pull-requests-limit: 20
target-branch: develop
reviewers:
- marcauberer
assignees:
- marcauberer
- marcauberer
4 changes: 2 additions & 2 deletions .github/workflows/ci-deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Node 16.x
- name: Node 14.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 14.x
- uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Node 16.x
- name: Node 14.x
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 14.x
- uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 14.x, 12.x]
node-version: [14.x, 12.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Node 12.x
- name: Node
uses: actions/setup-node@v1
- uses: actions/cache@v2
with:
Expand Down
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<p align="center">
<img alt="Live-Poll Logo" src="./media/logo.png" height="220" />
<img alt="Live-Poll Logo" src="./media/logo.png" height="220px" />
<h3 align="center">Live-Poll Frontend</h3>
<p align="center">Easy to use, web-based poll management system.</p>
<p align="center">
<a target="_blank" href="https://github.com/livepoll/live-poll/releases/latest"><img src="https://img.shields.io/github/v/release/livepoll/live-poll?include_prereleases"></a>
<a target="_blank" href="https://github.com/livepoll/live-poll/releases/latest"><img src="https://img.shields.io/github/v/release/livepoll/live-poll?include_prereleases"></a>
<a target="_blank" href="https://github.com/livepoll/live-poll/blob/develop/.github/workflows/ci-deploy.yml"><img src="https://img.shields.io/github/workflow/status/livepoll/live-poll/Angular%20Deploy?label=Docker%20build"></a>
<a target="_blank" href="./.github/workflows/ci.yml"><img src="https://github.com/livepoll/live-poll/workflows/Angular%20CI/badge.svg"></a>
<a target="_blank" href="./.github/workflows/codeql-analysis.yml"><img src="https://github.com/livepoll/live-poll/actions/workflows/codeql-analysis.yml/badge.svg"></a>
<a target="_blank" href="https://sonarqube.live-poll.de/dashboard?id=live-poll"><img src="https://sonarqube.live-poll.de/api/project_badges/measure?project=live-poll&metric=alert_status"></a>
<a target="_blank" href="https://codecov.io/gh/livepoll/live-poll"><img src="https://codecov.io/gh/livepoll/live-poll/branch/master/graph/badge.svg"></a>
<a target="_blank" href="https://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
<a target="_blank" href="./LICENSE"><img src="https://img.shields.io/github/license/livepoll/live-poll"></a>
</p>
<a target="_blank" href="./.github/workflows/ci.yml"><img src="https://github.com/livepoll/live-poll/workflows/Angular%20CI/badge.svg"></a>
<a target="_blank" href="./.github/workflows/codeql-analysis.yml"><img src="https://github.com/livepoll/live-poll/actions/workflows/codeql-analysis.yml/badge.svg"></a>
<a target="_blank" href="https://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"></a>
<a target="_blank" href="./LICENSE"><img src="https://img.shields.io/github/license/livepoll/live-poll"></a>
</p>

---
Expand Down
Loading

0 comments on commit 44397e4

Please sign in to comment.