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

Testing build on PR #869

Merged
merged 3 commits into from
Aug 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -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
Copy link
Contributor Author

@marocchino marocchino Aug 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일단 빌드가 성공하는지만 확인합니다.