Skip to content

shelialynn304/github-agent-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Configuration Files

This folder contains GitHub-specific configuration files for workflows, checks, and repository automation.

Folder Structure

.github/ ├── workflows/ │ ├── pr-checks.yml │ └── link-check.yml └── markdown-link-check-config.json

Workflows

Workflow files live in:

.github/workflows/

These files run automated checks on pull requests or other GitHub events.

Config Files

Some workflows need extra config files.

Example:

link-check.yml requires:

.github/markdown-link-check-config.json

If you copy the workflow without its config file, it may fail or behave differently.

Recommendation

When copying a workflow from this toolkit, check whether it has a required config file before using it.

Releases

No releases published

Packages

 
 
 

Contributors