4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-07 13:06:56 +00:00
This commit is contained in:
Vidya Reddy 2022-06-27 11:51:33 -07:00
parent 1e68ef5621
commit 2df11141fe
2 changed files with 2 additions and 2 deletions

View file

@ -15,4 +15,4 @@ jobs:
- name: Enforce Prettier - name: Enforce Prettier
uses: actionsx/prettier@v2 uses: actionsx/prettier@v2
with: with:
args: -- check . args: --check .

View file

@ -12,4 +12,4 @@ branding:
color: 'blue' color: 'blue'
runs: runs:
using: 'node16' using: 'node16'
main: 'lib/index.js' main: 'lib/index.js'