diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml new file mode 100644 index 0000000000..51dac1e467 --- /dev/null +++ b/.github/workflows/pull_request.yml @@ -0,0 +1,16 @@ +name: Build +on: [pull_request] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - name: npm install + uses: actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680 + with: + args: install + - name: Generate + uses: actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680 + with: + args: run generate