Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yes #586

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
27 changes: 27 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 'Test'

on:
pull_request:
push:
branches: [ 'master' ]
# The "workflow_dispatch" event gives us a button in GitHub's "Action" UI
workflow_dispatch:

jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest' ]
node-version: [ '16.x' ]
steps:
- name: 'Checkout repository'
uses: actions/checkout@v3

- name: 'Use Node.js v${{ matrix.node-version }}'
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: 'Run tests'
run: yarn install && yarn test
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ These can be changed when the contributors reach a consensus.
Vue.js 3 will likely introduce breaking changes on how Vue.js applications will look like. For example, the Vue.js Function API might be introduced. This would cause a lot of our components to change in the overall structure. The changes would be minimal though. With the `vue-function-api` plugin, these changes could be applied already. The problem is that multiple integrations are not working with the plugin. There are intentions to make this work, but for the time being, we should rather focus on different areas. If you still want to be experimental with it, we are happy to get a Pull Request with some experimental feature implementations.
</details></p>

## Connect
## #Connecttt

Join us on [Discord](https://discord.gg/NE2jNmg)
Join us on yes [Discord](https://discord.gg/NE2jNmg)