Update Readme & Comments #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Pull Request | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build: | |
name: Build Next | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Set up Node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: 18.15.0 | |
- name: Install Node.js dependencies | |
run: yarn | |
- name: Build | |
run: yarn build | |
env: | |
NEXT_PUBLIC_DVC_SDK_KEY: dvc_client_xxxxxxxx_xxxx_xxxx_xxxx_xxxxxxxxxxxx_xxxxxxx |