Skip to content

feat: add keyphrase-checker GitHub Action #33

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

Closed
wants to merge 12 commits into from

Conversation

FidelusAleksander
Copy link
Contributor

@FidelusAleksander FidelusAleksander commented Apr 24, 2025

Changes

Added a new keyphrase-checker GitHub Action. This will help us with cases:

  • checking a file was updated with expected content (whatever was tasked in the exercise)
  • checking issue comment for keyphrases like @professortocat

example

    - name: Check for participant info in styles.css
      id: check-styles
      continue-on-error: true
      uses: skills/exercise-toolkit/actions/keyphrase-checker@minimum-occurances
      with:
        text-file: src/static/styles.css
        keyphrase: participant
        case-sensitive: false

Checklist

  • I have added or updated appropriate labels to this PR
  • I have tested my changes
  • I have updated the documentation if needed

@github-actions github-actions bot added the maintenance Maintenance work on the repository label Apr 25, 2025
@FidelusAleksander
Copy link
Contributor Author

Released in a separate repository
https://github.com/skills/action-keyphrase-checker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance work on the repository
Development

Successfully merging this pull request may close these issues.

1 participant