Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Al-Jarrah committed Nov 28, 2023
1 parent 7ec6992 commit 1ef275f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generator-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
find ./ -name \*.yaml -exec cp {} ../../../../release/"${{github.event.inputs.name}}"/src/ \;
- name: Format Code
run: |
sudo pip3 install --upgrade pip
sudo pip3 install -r requirements-dev.txt
sudo python3 -m docformatter --recursive --black --in-place --close-quotes-on-newline release
Expand Down

0 comments on commit 1ef275f

Please sign in to comment.