Skip to content

Commit 04cda7a

Browse files
committed
Add status badges
1 parent 66a0c56 commit 04cda7a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/cross_platforms_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Cross-platform CICD
2+
23
on: [push, pull_request]
34

45
jobs:

.github/workflows/docker_actions.yml renamed to .github/workflows/docker_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Docker CICD
2+
23
on:
34
push:
45
branches:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Actix-web REST API with JWT
22

3+
![Cross-platform CICD](https://github.com/SakaDream/actix-web-rest-api-with-jwt/workflows/Cross-platform%20CICD/badge.svg)
4+
![.github/workflows/docker_actions.yml](https://github.com/SakaDream/actix-web-rest-api-with-jwt/workflows/.github/workflows/docker_actions.yml/badge.svg)
5+
36
A simple CRUD backend app using Actix-web, Diesel and JWT
47

58
## Require

0 commit comments

Comments
 (0)