Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
coldsofttech committed May 4, 2024
1 parent 98b0b43 commit 32b1b01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 58 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/pre-release.yml

This file was deleted.

8 changes: 7 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Python Linter

author: 'coldsofttech'

# Description of the GitHub Action.
description: |
This GitHub Action performs linting for Python packages using the specified linter tool.
Expand Down Expand Up @@ -44,4 +46,8 @@ inputs:
# Defines the runtime environment.
runs:
using: 'node20'
main: 'main.js'
main: 'main.js'

branding:
icon: 'check'
color: orange

0 comments on commit 32b1b01

Please sign in to comment.