You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
description: 'This action detects language type for a file, or, given a repository, determine language breakdown in JSON format.'
branding:
icon: eye-off
color: gray-dark
inputs:
path:
description: 'Path to the repository'
required: false
default: './'
percentage:
description: 'Output will be in percentage format, e.g. {"Python":"100%"}. By default it is in fractions, e.g. {"Python":1.0}. Default: false.'
required: false
default: "false"
outputs:
data:
value: ""
description: 'Result of the output'
runs:
using: "composite"
steps:
- run: echo "::warning::This GitHub action is deprecated and is no longer maintained. Please use https://github.com/fabasoad/setup-enry-action instead"