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

[Feature] workflow verification can be smarter #187

Open
luwangshell opened this issue Nov 23, 2024 · 0 comments
Open

[Feature] workflow verification can be smarter #187

luwangshell opened this issue Nov 23, 2024 · 0 comments

Comments

@luwangshell
Copy link

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant