Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Performs checks on directory structure and naming standard of a project.

Notifications You must be signed in to change notification settings

stracquadaniolab/gh-action-lint-project

Repository files navigation

lint-project

GitHub release (latest SemVer)

This action controls if a project uses the lab file naming and directory structure.

Inputs

root_dir

Required The root dir to check. Default: ..

project_layout

Required URL to a project layout generated by tree. Default: https://github.com/stracquadaniolab/cookiecutter-base-project/blob/master/layout.tree.

naming_standard

Required The regex for the naming standard. Default: [a-z\._/0-9]*

Example usage

uses: stracquadaniolab/gh-action-lint-project
with:
  root_dir: '.'

About

Performs checks on directory structure and naming standard of a project.

Resources

Stars

Watchers

Forks

Packages

No packages published