Skip to content

Vba-actions/lint-vba

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

VBA Linter

Ensure VBA code quality.

Configuration

Options

Name Description Optional Default
path Path to source files. false GITHUB_WORKSPACE

Example

 steps:
 - uses: actions/checkout@v3
 - name: Lint
   uses: Vba-actions/lint-vba@main
   with:
     path: "src"