meshtastic/.github/workflows/pr.yml
2021-04-30 17:48:33 +10:00

19 lines
359 B
YAML

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
- run: cd website
- run: yarn install
- run: yarn run build