Merge branch 'main' of github.com:heimoshuiyu/social-ojo.org

This commit is contained in:
2022-10-24 18:03:52 +08:00
2 changed files with 31 additions and 1 deletions

30
.github/workflows/node.js.buildtest.yml vendored Normal file
View File

@@ -0,0 +1,30 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present

View File

@@ -8,7 +8,7 @@
</h1>
好耶! ![build stats](https://codebuild.ap-southeast-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiM0J2ZDJNWklZVkxBYy9pNXBQUGhTMWZzRmoxK3ZmRVdPcDlCWGwxdy85eExpblJ2NmJBTWdLNHJ3SkcxT1BoYXJLK1h3UUJodDNoaXB2WkRxd05OcldNPSIsIml2UGFyYW1ldGVyU3BlYyI6Ik9EVG9UbDY3amk5bHJiYVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
好耶! ![Github CI](https://github.com/heimoshuiyu/social-ojo.org/actions/workflows/node.js.buildtest.yml/badge.svg) ![AWS CD](https://codebuild.ap-southeast-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiM0J2ZDJNWklZVkxBYy9pNXBQUGhTMWZzRmoxK3ZmRVdPcDlCWGwxdy85eExpblJ2NmJBTWdLNHJ3SkcxT1BoYXJLK1h3UUJodDNoaXB2WkRxd05OcldNPSIsIml2UGFyYW1ldGVyU3BlYyI6Ik9EVG9UbDY3amk5bHJiYVciLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
## 🚀 Quick start