added nvim coc config files minus node modules
This commit is contained in:
parent
baac0fdd4f
commit
fc51cf5a4a
19405 changed files with 6211125 additions and 0 deletions
18
coc/extensions/node_modules/coc-sh/.github/workflows/main.yml
generated
vendored
Normal file
18
coc/extensions/node_modules/coc-sh/.github/workflows/main.yml
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: Main
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
node: [10, 12, 14]
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- uses: "actions/setup-node@v1"
|
||||
with: { node-version: "${{ matrix.node }}" }
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: yarn build
|
||||
- run: yarn lint
|
||||
Loading…
Add table
Add a link
Reference in a new issue