mirror of
https://github.com/Azure/setup-helm.git
synced 2025-11-07 13:06:56 +00:00
code fix
This commit is contained in:
parent
1e68ef5621
commit
2df11141fe
2 changed files with 2 additions and 2 deletions
2
.github/workflows/prettify-code.yml
vendored
2
.github/workflows/prettify-code.yml
vendored
|
|
@ -15,4 +15,4 @@ jobs:
|
|||
- name: Enforce Prettier
|
||||
uses: actionsx/prettier@v2
|
||||
with:
|
||||
args: -- check .
|
||||
args: --check .
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ branding:
|
|||
color: 'blue'
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'lib/index.js'
|
||||
main: 'lib/index.js'
|
||||
|
|
|
|||
Loading…
Reference in a new issue