Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 583 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 583 Bytes

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