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 f38b01e commit c5093e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/generator-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,12 @@ jobs:
find ./ -name \*.yaml -exec cp {} ../../../../release/"${{github.event.inputs.name}}"/src/ \;
- name: Format Code
run: |
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements-dev.txt
sudo python3 -m docformatter --recursive --black --in-place --close-quotes-on-newline --config pyproject.toml release
sudo python3 -m docformatter --recursive --black --in-place --close-quotes-on-newline release
isort release
black release
- name: Create PR
Expand Down

0 comments on commit c5093e9

Please sign in to comment.