Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.
This repository was archived by the owner on May 14, 2025. It is now read-only.

[Feature] workflow verification can be smarter #187

Description

@luwangshell

Summary

Learners need to use the exact same word (including upper/lower case) as the prompt, following the instruction. For example, if the instruction says "Create web server", learners need to type "Create web server" instead of "create web server". Otherwise, the workflow will fail because it looks up the exact word in the source file.

Changes

Suggest to either making the verification smarter or stating clearly / expectation to the learners in the Readme.

Additional context

Example:

# Verify the learner added the file contents.
      - name: Check workflow contents, jobs
        uses: skills/action-check-file@v1
        with:
          file: "comments.js"
          search: "Create web server"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions