Merge pull request #904 from mhameed/improve-dns-san-performance #635
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: shellcheck | |
| on: | |
| push: | |
| paths-ignore: | |
| - '.github/workflows/*' | |
| branches: | |
| - master | |
| pull_request: | |
| paths-ignore: | |
| - '.github/workflows/*' | |
| branches: | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - name: Lint check | |
| uses: azohra/shell-linter@latest | |
| with: | |
| path: "getssl" |