Bump the tunnel-server-deps group in /tunnel-server with 12 updates (… #1252
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-awesome-list-linter: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 18 | |
- name: Check awesome-list linter | |
# https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md | |
run: npx --yes awesome-lint ./README.md |