Nginx: Change default for nginx::keepalive_timeout to 60 (#4179) #10878
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
name: Check for Typos | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Run typos | |
continue-on-error: true | |
run: | | |
! grep -E -r --binary-files=without-match --color=always --file=typos --exclude=typos --exclude-dir=.git |