Skip to main content

Quiz: CI/CD with GitHub Actions

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. Where do GitHub Actions workflow files live in a repository?

2. What does 'needs: [lint, test]' do in a job definition?

3. How should you store API tokens used in GitHub Actions?

4. What does 'workflow_dispatch' as a trigger allow you to do?