Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit bef8f22

Browse files
authored
Testing build on PR (#869)
* Testing build & label it * Checkout repo for config * Remove labeler workflow
1 parent d24d635 commit bef8f22

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: .github/workflows/pull_request.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Build
2+
on: [pull_request]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@master
9+
- name: npm install
10+
uses: actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680
11+
with:
12+
args: install
13+
- name: Generate
14+
uses: actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680
15+
with:
16+
args: run generate

0 commit comments

Comments
 (0)