Skip to content

Commit 5316a16

Browse files
committed
Add github actions
1 parent 0dae0ca commit 5316a16

File tree

6 files changed

+16
-216
lines changed

6 files changed

+16
-216
lines changed

.github/workflows/backend-java-springboot.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/backend-javascript-cjs.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/backend-javascript-esm.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/backend-typescript.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

.github/workflows/frontend-angular.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/profile-cards.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: GitHub Profile Summary Cards
2+
3+
on:
4+
schedule:
5+
- cron: '0 0 * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
- uses: vn7n24fzkq/github-profile-summary-cards@release
14+
with:
15+
USERNAME: ganatan
16+
THEME: transparent

0 commit comments

Comments
 (0)