diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml new file mode 100644 index 00000000..2e0884c3 --- /dev/null +++ b/.github/workflows/node.js.yml @@ -0,0 +1,28 @@ +# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node +# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions + +name: Node.js CI + +on: + push: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [10.x, 12.x, 14.x, 15.x] + # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - run: npm ci + - run: npm run build --if-present + - run: npm test diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 00000000..0a0b0efb Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/.vs/workshop-tonkotsu-nodejs/v16/.suo b/.vs/workshop-tonkotsu-nodejs/v16/.suo new file mode 100644 index 00000000..10f94b12 Binary files /dev/null and b/.vs/workshop-tonkotsu-nodejs/v16/.suo differ diff --git a/README.md b/README.md index e02cd858..d9806b3d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Welcome - +## HELLO !!! This repository contains the base project part of our on-site GitHub Verified Partner workshop program. It is meant to be used for in-classroom training under the supervision of GitHub coaches. This is the NodeJS version of our "Tonkotsu" workshop webapp. The codebase is pretty simple: it's a NodeJS app that will connect to GitHub's [Octocat API endpoint](https://api.github.com/octocat) and return the Zen quote of the day. E.g.: @@ -39,3 +39,8 @@ npm start ``` Follow the coach instructions and good luck! + +## プルリク承認テスト +## プルリク承認テストmasai +## プルリク承認テストmasai2 +