Skip to content

fish-actions/littlecheck

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

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

littlecheck license_badge

A simple action to run littlecheck.

Usage

- uses: fish-actions/littlecheck@v1
  with:
    files: $GITHUB_WORKSPACE/tests/check/**

This snippet will run littlecheck on all files in the local repository's /tests/check directory.