Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove subject taxonomy #91

Merged
merged 2 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion archetypes/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ archetype: "questions"
title: "{{ replace .File.ContentBaseName "-" " " | strings.FirstUpper }}"
question: "<Fill in the Question>"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion config/_default/taxonomies.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
subject = 'subject'
exam = 'exam'
1 change: 0 additions & 1 deletion content/questions/actions/question-001.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which statement is correct regarding passing permissions to reusable
archetype: "questions"
title: "Question 001"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-002.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What are the different permission levels You can assign to `GITHUB_TO
archetype: "questions"
title: "Question 002"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-003.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "You can use `permissions` to modify the `GITHUB_TOKEN` permissions on
archetype: "questions"
title: "Question 003"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-004.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Are Github Actions free for public repositories?"
archetype: "questions"
title: "Question 004"
draft: false
subject: []
---

1. [x] Yes
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-005.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which of these is not a valid event that could trigger a workflow?"
archetype: "questions"
title: "Question 005"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#about-events-that-trigger-workflows
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-006.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which is true about workflows? (Select three.)"
archetype: "questions"
title: "Question 006"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/about-workflows
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-007.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which components are required for a workflow? (Select two.)"
archetype: "questions"
title: "Question 007"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/about-workflows#workflow-basics
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-008.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which event is triggered by a webhook action from outside of the repo
archetype: "questions"
title: "Question 008"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-009.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Workflows are defined in which format"
archetype: "questions"
title: "Question 009"
draft: false
subject: []
---

1. [x] yaml
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-010.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Where should You store sensitive data such as passwords or certificat
archetype: "questions"
title: "Question 010"
draft: false
subject: []
---

1. [x] secrets
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-011.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "In a workflow with multiple jobs the default behaviour is:"
archetype: "questions"
title: "Question 011"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/about-workflows#creating-dependent-jobs
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-012.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "If job B requires job A to be finished you have to:"
archetype: "questions"
title: "Question 012"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/about-workflows#creating-dependent-jobs
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-013.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "In a workflow with multiple jobs, if job A fails then:"
archetype: "questions"
title: "Question 013"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/about-workflows#creating-dependent-jobs
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-014.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "This code will launch 6 different jobs in parallel using the matrix s
archetype: "questions"
title: "Question 014"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-015.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which matrix job definition is syntactically correct?"
archetype: "questions"
title: "Question 015"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-016.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "How do You access matrix variables in a matrix strategy job?"
archetype: "questions"
title: "Question 016"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-017.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "When using the `pull_request` and `pull_request_target` events, how d
archetype: "questions"
title: "Question 017"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#using-filters-to-target-specific-branches-for-pull-request-events
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-018.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "This workflow will run on all pull requests where:"
archetype: "questions"
title: "Question 018"
draft: false
subject: []
---

```yaml
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-019.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Fill in the blank: When using `push` event trigger filters You can us
archetype: "questions"
title: "Question 019"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#using-filters-to-target-specific-branches-or-tags-for-push-events
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-020.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which event allows You to manually trigger a workflow from the GitHub
archetype: "questions"
title: "Question 020"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-021.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What are the possible types of an input variable for a manually trigg
archetype: "questions"
title: "Question 021"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-022.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "A workflow that has only `workflow_dispatch` event trigger can be tri
archetype: "questions"
title: "Question 022"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputs
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-023.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "To stop a workflow from running temporarily without modyfing the sour
archetype: "questions"
title: "Question 023"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-024.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What are `activity types` of an event used for ?"
archetype: "questions"
title: "Question 024"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#about-events-that-trigger-workflows
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-025.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "You want to create a reusable workflow `CI` that runs some quality ch
archetype: "questions"
title: "Question 025"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-026.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "A reusable workflow named `build` creates zip file artifacts. How do
archetype: "questions"
title: "Question 026"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/reusing-workflows#using-outputs-from-a-reusable-workflow
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-027.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What are the valid use cases for using **defaults**? (Select two.)"
archetype: "questions"
title: "Question 027"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaults
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-028.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "How can You ensure that a workflow called `Deploy Prod` is always run
archetype: "questions"
title: "Question 028"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-029.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Your Pull Request analysis workflow uses multiple code analysis tools
archetype: "questions"
title: "Question 029"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-concurrency-to-cancel-any-in-progress-job-or-run
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-030.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "When will job3 run?"
archetype: "questions"
title: "Question 030"
draft: false
subject: []
---

```yaml
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-031.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What `jobs.job_id.if` conditional will make sure that job `production
archetype: "questions"
title: "Question 031"
draft: false
subject: []
---

```yaml
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-032.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What Github-hosted runner types are available to use? (Select three.)
archetype: "questions"
title: "Question 032"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#choosing-github-hosted-runners
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-033.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Is this statement true? `Not all steps run actions, but all actions r
archetype: "questions"
title: "Question 033"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsteps
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-034.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "For any action published in GitHub Marketplace, You can often use it
archetype: "questions"
title: "Question 034"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-035.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "To prevent a job from failure when one of the steps fails You can inc
archetype: "questions"
title: "Question 035"
draft: false
subject: []
---

> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-036.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "You defined a matrix job `example_matrix`. How can limit the matrix t
archetype: "questions"
title: "Question 036"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-037.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which of these is a proper way of setting an output parameter `PET` w
archetype: "questions"
title: "Question 037"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-038.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Which of these is a way of using `action_state` in `step_two`? "
archetype: "questions"
title: "Question 038"
draft: false
subject: []
---

```yaml
Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-039.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "Is this statement true? `Workflows can be reused, but a reusable work
archetype: "questions"
title: "Question 039"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-040.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "In the following example, `workflow A` passes all of its secrets to `
archetype: "questions"
title: "Question 040"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-041.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "When should You use `caching`?"
archetype: "questions"
title: "Question 041"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-042.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "When should You use `artifacts`? (Select two.)"
archetype: "questions"
title: "Question 042"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-043.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "If a workflow runs on a `feature-a` branch, can it restore `caches` c
archetype: "questions"
title: "Question 043"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-044.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "To access an `artifact` that was created in another, previously trigg
archetype: "questions"
title: "Question 044"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-045.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "What should You use to store coverage reports or screenshots generate
archetype: "questions"
title: "Question 045"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-046.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "You can only upload a single file at a time when using `actions/uploa
archetype: "questions"
title: "Question 046"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-047.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "In job `deploy`, if You want to access binaries (containing Your appl
archetype: "questions"
title: "Question 047"
draft: false
subject: []
---


Expand Down
1 change: 0 additions & 1 deletion content/questions/actions/question-048.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ question: "A job called `job2` is using artifacts created in `job1`. Therefore i
archetype: "questions"
title: "Question 048"
draft: false
subject: []
---


Expand Down
Loading