mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
7 changed files with 42 additions and 29 deletions
@ -0,0 +1,23 @@ |
|||
name: Lint |
|||
|
|||
on: |
|||
push: |
|||
branches: |
|||
- master |
|||
- production |
|||
pull_request: |
|||
|
|||
jobs: |
|||
lint: |
|||
name: Lint |
|||
runs-on: ubuntu-latest |
|||
steps: |
|||
- uses: actions/checkout@v2 |
|||
- uses: actions/setup-node@v1 |
|||
with: |
|||
node-version: '14' |
|||
|
|||
- run: | |
|||
cd src |
|||
npm ci |
|||
npm run lint |
@ -1,9 +0,0 @@ |
|||
|
|||
# Note: Do not edit this file directly. |
|||
# Your changes will be overwritten! |
|||
|
|||
# Server |
|||
[Interface] |
|||
PrivateKey = 8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA= |
|||
Address = 10.8.0.1/24 |
|||
ListenPort = 51820 |
@ -1,8 +0,0 @@ |
|||
{ |
|||
"server": { |
|||
"privateKey": "8JtWwlHvx4ogphP601ABdvNFXbd1noCd+Sn9fg19jWA=", |
|||
"publicKey": "065+jEZi4CMWbwSCrixByy3D+haZR2e+kjmxMq6h+EY=", |
|||
"address": "10.8.0.1" |
|||
}, |
|||
"clients": {} |
|||
} |
Loading…
Reference in new issue