Skip to content

Commit

Permalink
Prepare for Marketplace
Browse files Browse the repository at this point in the history
Action name needs to be unique and branding required
  • Loading branch information
szapp committed Feb 13, 2024
1 parent 8c6289c commit 82ce60a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto eol=lf

# Exclude test files from language stats
*.[dD] linguist-detectable=false
8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Parsiphae
name: Daedalus Parsiphae
description: Parser checks for Daedalus scripts

inputs:
file:
description: File path of D file or SRC file
Expand All @@ -16,6 +17,7 @@ inputs:
cache:
description: Cache Parsiphae built
default: true

runs:
using: composite
steps:
Expand Down Expand Up @@ -85,3 +87,7 @@ runs:
script: |
const annotate = require('./annotate.js')
return await annotate(github, context, core, '${{ inputs.check_name }}')
branding:
icon: check
color: green

0 comments on commit 82ce60a

Please sign in to comment.