Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Mar 13, 2024
1 parent 94a745c commit c44a511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ jobs:
- name: Run ESLint
run: |
cd $ROOT_PATH
chmod +x ${{ env.PROTO_BUILD_SCRIPT }} && ./${{ env.PROTO_BUILD_SCRIPT }}
chmod +x ${{ env.PROTO_BUILD_SCRIPT }}
./${{ env.PROTO_BUILD_SCRIPT }}
npm run lint
1 change: 0 additions & 1 deletion sorusora-ai/build-protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ else
PROTO_DIR=../protos
fi

PROTO_DIR=$1
OUT_DIR=src/protos

PATH=${PATH}:./node_modules/.bin
Expand Down

0 comments on commit c44a511

Please sign in to comment.