Skip to content

<<Not a course>> Action: Check file for expected changes.

License

Notifications You must be signed in to change notification settings

skills/action-check-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Action: Check file

This is not a course. See https://skills.github.com for our list of available courses.

Check file for expected changes.

Example use:

    steps:
      # Check that there is at least one header in the markdown file.
      - name: Check markdown syntax, header
        uses: skills/action-check-file@v1
        with:
          file: "index.md"
          search: "# [a-zA-Z0-9]"

© 2024 GitHub • Code of ConductMIT License