Skip to content

feat: add chatgpt shortcut #21

feat: add chatgpt shortcut

feat: add chatgpt shortcut #21

Workflow file for this run

name: test
on:
push:
paths:
- 'sites/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- uses: actions/cache@master
with:
key: v1-${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
path: |
node_modules
- run: yarn install
- run: yarn tsc