Fixing the Captions and Alt Text in Images #4
pr-receive.yaml
on: pull_request
Record PR number
5s
Build markdown source files if valid
51s
Annotations
10 warnings
|
Build markdown source files if valid:
episodes/pr.md#L47
[missing file]: [The conversation tab of a Pull Request.](../fig/pr/03_conversation.png)
|
|
Build markdown source files if valid:
episodes/pr.md#L41
[missing file]: [Creating a Pull Request: Give your Pull Request a title and description.](../fig/pr/02_createpr.png)
|
|
Build markdown source files if valid:
episodes/pr.md#L37
[missing file]: [Creating a Pull Request: If you recently pushed changes to your branch you may see a button that says "Compare and Pull Request" on GitHub.](../fig/pr/01_gotobranch.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L106
[missing file]: [Rebasing the feature branch onto new commits in the main branch with git rebase main .](../fig/branches/rebase.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L98
[missing file]: [Merging new commits the feature branch into the main branch with git merge my_branch .](../fig/branches/merge_into_main.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L88
[missing file]: [Merging new commits from the main branch into the feature branch with git merge main .](../fig/branches/merge_into_branch.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L75
[missing file]: [Switching branches using git checkout .](../fig/branches/checkout_branch.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L55
[missing file]: [Every time you run the git commit command the commit will be added to your current branch.](../fig/branches/commit_branch.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L53
[missing file]: [Creating a new branch. When you run git checkout -b my_branch your new branch gets created and checked out, meaning you are now on your new branch (represented by the smiley face). Any commits you make will be on this branch until you checkout another one.](../fig/branches/create_branch.png)
|
|
Build markdown source files if valid:
episodes/branches.md#L28
[missing file]: [These graph diagrams show repositories with different numbers of branches. The vertices, or circles, in these graphs show different commits, and each horizontal path is a branch. The first shows a repository with 1 main branch, the second a repository with 1 main and 1 feature branch, and the third repository 1 main and 2 feature branches.](../fig/branches/branches.png)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
built
Expired
|
7.62 MB |
sha256:98fff8615e4884a66d6cb1ac8c8db739fd4f2df8517bedfd065e529f0336f05a
|
|
|
diff
Expired
|
929 Bytes |
sha256:136c07a207159343c581723eebd0e4c7922f577d109bba9c0a62bc78efbdd80f
|
|
|
pr
Expired
|
122 Bytes |
sha256:373e1cb53d3cb9f9b8a563134b2b3d0d1886ec28eacac7997f29641db0eae5a4
|
|