Use curl CURLINFO_CONTENT_LENGTH_DOWNLOAD_T #189
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: Shellcheck | |
on: | |
push: | |
branches: [master] | |
env: | |
RUNNING_IN_CI: true | |
jobs: | |
shellcheck-all: | |
runs-on: ubuntu-latest | |
timeout-minutes: 120 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: build_dependencies | |
run: sudo apt-get install bats | |
- name: shellcheck-all | |
run: bats -t test/code_analysis/shellcheck-all.bats |