fix ziti_shutdown(): trying to logout sometimes lead to crashes #423
Workflow file for this run
This file contains hidden or 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: Linters | |
| on: pull_request | |
| permissions: | |
| contents: read | |
| jobs: | |
| codespell: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Run code spelling check | |
| uses: codespell-project/actions-codespell@v2 | |
| with: | |
| ignore_words_list: controll,mapp,precendence,tolen,uknown,ununsed,unstalled |