Skip to main content

Quiz: GitHub Actions Basics

Test what you learned in this lesson before moving on.

Lesson Quiz

Pass with 80% to complete this lesson.

1. What does the `needs` keyword do in a GitHub Actions workflow?

2. How does the `cache: 'npm'` option in `actions/setup-node` speed up workflows?

3. What is the purpose of the `paths-ignore` filter in a workflow trigger?