meshtastic/.github/workflows/pr.yml

22 lines
407 B
YAML
Raw Normal View History

name: Pull Request
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v2-beta
with:
node-version: 14
- run: npm install -g yarn
2021-05-01 07:40:24 -07:00
- run: |
cd website
cp yarn install
- run: |
cd website
cp yarn run build