Skip to content

Commit

Permalink
chore(ci): Remove 'pre' property from action.
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
joberstein committed Feb 16, 2023
1 parent c06eb40 commit ee480c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ description: Validate commits with commitlint using Github Actions.
author: Jesse Oberstein
runs:
using: 'node16'
pre: 'dist/preinstall.js'
main: 'dist/index.js'
inputs:
base_ref:
Expand Down

0 comments on commit ee480c7

Please sign in to comment.