mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-01-27 00:29:10 +08:00
17 lines
262 B
YAML
17 lines
262 B
YAML
|
name: test
|
||
|
|
||
|
on: [push, pull_request]
|
||
|
|
||
|
jobs:
|
||
|
setup:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: checkout
|
||
|
uses: actions/checkout@v2
|
||
|
|
||
|
- name: install
|
||
|
run: yarn install --pure-lockfile
|
||
|
|
||
|
- name: test
|
||
|
run: yarn test
|