Skip to content

PurdueECE/action-dircheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Directory Checking Action

This action will check the directory structure of a repository.

Usage

- uses: PurdueECE/action-dircheck@v1
  with:
    # Comma-separated list of paths to be checked (required)
    path: 'src/folder1,src/folder2/file1'

Testing

Test cases are contained in the test/ directory. To test, you must install the act command line tool. After install, run make test.