Merge pull request #47 from wangyoucao577/feature/plotav #18
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: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: update and install os multi-line script | |
run: | | |
sudo apt-get update -qq | |
sudo apt-get install -qq shellcheck | |
shellcheck check_doc.sh | |
./check_doc.sh | |
cat urls_result.tmp |