Skip to content
image

GitHub Action

Check Duplicate DMI Icon States

v1.0.5 Latest version

Check Duplicate DMI Icon States

image

Check Duplicate DMI Icon States

Detects that DMIs in folders do not have duplicate icon states

Installation

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

              

- name: Check Duplicate DMI Icon States

uses: spacestation13/[email protected]

Learn more about this action in spacestation13/dmi-duplicate-state-checker

Choose a version

dmi-duplicate-state-checker

Simple CI tool to check that all DMIs in a directory do not have duplicate icon states

Example:

Action

There is a bundled GitHub Action with this repository, found via the button or this link. Here is the simplest example usage within a workflow:

steps:
  - uses: actions/checkout@v2

  - name: Check Duplicate DMI Icon States
    uses: spacestation13/dmi-duplicate-state-checker@v1
    with:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Possible arguments:

  • GITHUB_TOKEN [REQUIRED] - This should always just be passed the secrets.GITHUB_TOKEN, used for fetching and installing the tool.
  • folders_to_search - Folders to search, comma delineated (default: ./)
  • flags - Put other flags for the program here (default: --warn_read --actions-fmt (for old/corrupt DMI detection & gh-actions))
  • version - A release/tag of the binary tool you want to use, in case you don't want to use the corresponding version.