tunnel server: check and close inactive connections (#227) #1173
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
branches: [main] | |
push: | |
branches: [main] | |
jobs: | |
check-package-mismatches: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 18 | |
- name: Check mismatched dependencies in workspace | |
run: npx --yes syncpack check-mismatches |