Skip to content

Commit

Permalink
fix: gen-init-py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Dec 17, 2024
1 parent 66a6e35 commit fde9694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/gen-init-py/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
cd "${{ inputs.src-dir }}"
fi
fi
if [ ! command -v ruff &> /dev/null ]; then
if ! command -v ruff &> /dev/null; then
pip install ruff
fi
python3 ${{ github.action_path }}/../../scripts/gen_init_py.py
Expand Down

0 comments on commit fde9694

Please sign in to comment.