Skip to content

feat: standing on the shoulders of giants #31

feat: standing on the shoulders of giants

feat: standing on the shoulders of giants #31

Workflow file for this run

name: My Test
permissions:
contents: read
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
if: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm install
- run: npm test