Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kkiyama117 committed Feb 25, 2021
1 parent 00035ff commit d815105
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 593 deletions.
54 changes: 13 additions & 41 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,49 +1,21 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: coc-toml Publish

name: Node.js Package
on:
release:
types: [ created ]

types: [created]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- name: prettier
run: |
npm ci
npm run prettier
publish-npm:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
# always-auth: true
node-version: 14
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npm publish
env:
NPM_AUTH_TOKEN: ${{secrets.npm_token}}
publish-gpr:
needs: test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
scope: '@kkiyama117'
node-version: 14
registry-url: 'https://npm.pkg.github.com/'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v2
# npmへの公開のための.npmrcファイルのセットアップ
- uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm i
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

2 changes: 1 addition & 1 deletion doc/coc-toml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ toml.taploConfig~
An absolute, or workspace relative path to the Taplo
configuration file.

*coc-toml-options-taploConfig*
*coc-toml-options-taploConfigEnabled*
toml.taploConfigEnabled~
type: boolean
scope: resource
Expand Down
27 changes: 0 additions & 27 deletions sample/examles-v1.0.0.rc1/index.toml

This file was deleted.

40 changes: 0 additions & 40 deletions sample/examles-v1.0.0.rc1/interger.toml

This file was deleted.

127 changes: 0 additions & 127 deletions sample/examles-v1.0.0.rc1/keys.toml

This file was deleted.

124 changes: 0 additions & 124 deletions sample/examles-v1.0.0.rc1/string.toml

This file was deleted.

Loading

0 comments on commit d815105

Please sign in to comment.