Skip to content

fix(vue integration type): component name is now optional #42

fix(vue integration type): component name is now optional

fix(vue integration type): component name is now optional #42

Workflow file for this run

name: Lint and Build
on: [pull_request]
jobs:
lint:
name: Lint and Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15
uses: actions/setup-node@v1
with:
node-version: 15
- run: yarn
- run: yarn lint
- run: yarn build
- uses: EndBug/add-and-commit@v7
with:
author_name: github-actions
author_email: 41898282+github-actions[bot]@users.noreply.github.com
message: 'Lint and build'