diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..a0af430 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,27 @@ +name: ci + +on: + push: + branches: + - main + pull_request: + branches: + - main + +jobs: + ci: + runs-on: ubuntu-latest + steps: + - name: checkout + uses: actions/checkout@v4 + - name: node + uses: actions/setup-node@v3 + with: + node-version: 16 + registry-url: https://registry.npmjs.org + - run: npm install + - run: npm build + - name: publish + run: npm publish --access public + env: + NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}} \ No newline at end of file diff --git a/README.md b/README.md index 37df907..f17a1dd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# VueTable +# VueTable + VuePaginator This is a Table component for Vue.js @@ -83,11 +83,98 @@ const data = [{