Add "Modern Git for Modern Times" post #15
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: "Pull Request" | |
| on: | |
| pull_request: | |
| jobs: | |
| checks: | |
| name: "Run checks" | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: "Checkout the source code" | |
| uses: actions/checkout@v2.3.1 | |
| - name: "Check scripts" | |
| run: shellcheck scripts/*.sh | |
| - name: "Generate content" | |
| run: bash scripts/generate.sh |