Skip to content

Commit 92a5199

Browse files
added back lines to see if it pushes pr
1 parent 3b242c3 commit 92a5199

10 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github: CodeYourFuture
2-
custom: https://codeyourfuture.io/donate
2+
custom: https://codeyourfuture.io/donate

.github/workflows/validate-pr-metadata.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- uses: CodeYourFuture/actions/validate-pr-metadata@main
1717
with:
1818
give_more_specific_comment_for_earlier_learners: true
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20+

Form-Controls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ They ensure your code is reliable, maintainable, and presents a polished, credib
6969
- [MDN: Form validation](https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation)
7070
- [Lighthouse](https://developers.google.com/web/tools/lighthouse)
7171
- [Lighthouse Guide](https://programming.codeyourfuture.io/guides/testing/lighthouse)
72-
- [Format Code and Make Logical Commits in VS Code](../practical_guide.md)
72+
- [Format Code and Make Logical Commits in VS Code](../practical_guide.md)

Form-Controls/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ <h1>Product Pick</h1>
2424
<p>By HOMEWORK SOLUTION</p>
2525
</footer>
2626
</body>
27-
</html>
27+
</html>

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,4 +383,4 @@ understandings, or agreements concerning use of licensed material. For
383383
the avoidance of doubt, this paragraph does not form part of the
384384
public licenses.
385385

386-
Creative Commons may be contacted at creativecommons.org.
386+
Creative Commons may be contacted at creativecommons.org.

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Use Git & Github to submit your coursework as a pull request.
88

99
Contributing to a remote codebase is a necessary skill for a professional developer. Opening PRs is mandatory at CYF. It is part of the coursework.
1010

11-
If you cannot submit your coursework you **must** post on Slack to get unblocked.
11+
If you cannot submit your coursework you **must** post on Slack to get unblocked.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ <h2><a href="/Form-Controls">Project 2: Form Controls</a></h2>
4343
</main>
4444
<footer><a href="HOW_TO_REVIEW.md">HOW TO REVIEW MD</a></footer>
4545
</body>
46-
</html>
46+
</html>

netlify.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313

1414
[[plugins.inputs.audits]]
1515
path = "/form-controls/"
16-
output_path = "reports/form-controls.html"
16+
output_path = "reports/form-controls.html"
17+

practical_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ e.g.: To commit the staged changes with a short commit message
5555
git commit -m "Fix syntax error"
5656
```
5757

58-
- Additional resource: [W3School Git Tutorial](https://www.w3schools.com/git/default.asp?remote=github)
58+
- Additional resource: [W3School Git Tutorial](https://www.w3schools.com/git/default.asp?remote=github)

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ You will copy these issues to your Coursework Planner, which is one repo that wi
3030

3131
If you do not already have your own Coursework Planner, set one up now:
3232

33-
https://github.com/CodeYourFuture/Coursework-Planner
33+
https://github.com/CodeYourFuture/Coursework-Planner

0 commit comments

Comments
 (0)