Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Jan 22, 2021
1 parent d6bd6f1 commit c3dec9c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on: [push, pull_request]

jobs:
setup:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main

- name: install
run: yarn install

- name: package
run: yarn package

0 comments on commit c3dec9c

Please sign in to comment.