Skip to content
check-circle

GitHub Action

fish-actions/littlecheck

v1.0.0 Latest version

fish-actions/littlecheck

check-circle

fish-actions/littlecheck

Run littlecheck

Installation

Copy and paste the following snippet into your .yml file.

              

- name: fish-actions/littlecheck

uses: fish-actions/[email protected]

Learn more about this action in fish-actions/littlecheck

Choose a version

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.