Skip to content

Add "Modern Git for Modern Times" post #15

Add "Modern Git for Modern Times" post

Add "Modern Git for Modern Times" post #15

Workflow file for this run

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