https://github.com/kkeeth/github-actions-demo
My github actions study repository
https://github.com/kkeeth/github-actions-demo
cicd demo github-actions riot sample
Last synced: 7 months ago
JSON representation
My github actions study repository
- Host: GitHub
- URL: https://github.com/kkeeth/github-actions-demo
- Owner: kkeeth
- License: mit
- Created: 2021-05-21T00:30:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T11:47:32.000Z (about 2 years ago)
- Last Synced: 2025-03-24T01:51:49.372Z (7 months ago)
- Topics: cicd, demo, github-actions, riot, sample
- Language: Riot
- Homepage:
- Size: 637 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions-demo
My github actions study repository
## Start
```
npm start
```## Test
```
npm test
```## Build
```
npm run build
```