mirror of
https://github.com/opentofu/setup-opentofu.git
synced 2025-12-05 23:34:45 +00:00
chore: add lint step
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
parent
71a21cdc7a
commit
11d153f6b5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npm run test || npm install && npm run test
|
||||
npm run lint || npm install && npm run lint
|
||||
npm run test
|
||||
npm run build && git add dist/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue