mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-02-12 08:20:25 +08:00
20 lines
283 B
YAML
20 lines
283 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
|
|
|
|
- name: lint
|
|
run: yarn lint
|
|
|
|
- name: test
|
|
run: yarn test
|