add seq python-weather-args #229
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: Build reference-apps CI | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build-and-release: | |
name: Build refapps | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Node18 | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '18' | |
- name: Install TypeScript | |
run: npm install -g [email protected] | |
- name: Install dependencies | |
run: yarn install | |
- name: Build reference apps | |
run: yarn build:refapps |