File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Cross-platform CICD
1+ name : CI
22
33on : [push, pull_request]
44
55jobs :
66 cicd-linux :
7- name : CICD Linux
7+ name : CI Linux
88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout sources
7474 args : --release
7575
7676 cicd-windows :
77- name : CICD Windows
77+ name : CI Windows
7878 runs-on : windows-latest
7979 steps :
8080 - name : Checkout sources
@@ -152,7 +152,7 @@ jobs:
152152 RUSTFLAGS : -L D:\a\actix-web-rest-api-with-jwt\actix-web-rest-api-with-jwt\libs
153153
154154 cicd-macos :
155- name : CICD macOS
155+ name : CI macOS
156156 runs-on : macos-latest
157157 steps :
158158 - name : Checkout sources
Original file line number Diff line number Diff line change 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 )
3+ ![ CI ] ( https://github.com/SakaDream/actix-web-rest-api-with-jwt/workflows/CI /badge.svg )
44![ Docker CICD] ( https://github.com/SakaDream/actix-web-rest-api-with-jwt/workflows/Docker%20CICD/badge.svg )
55
66A simple CRUD backend app using Actix-web, Diesel and JWT
You can’t perform that action at this time.
0 commit comments