Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'action-php-codesniffer'
description: 'Runs PHP_CodeSniffer on files changed in current PR or even only on lines by author of PR'
author: 'Konstantin Vyatkin <[email protected]>'
inputs:
files:
files:
description: 'files to check'
default: '**.php'
required: false
Expand All @@ -20,11 +20,11 @@ inputs:
fail_on_warnings:
description: 'Whether action should fail on warnings or not, default to true (fails)'
required: false

runs:
using: 'node12'
using: 'node20'
main: 'dist/index.js'

branding:
icon: 'wind'
color: 'green'