Skip to content

Commit

Permalink
Chore: Restore functional workflows from osc-transformer-presteps
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
  • Loading branch information
ModeSevenIndustrialSolutions committed Oct 28, 2024
1 parent 6092ca4 commit 6da21a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
pip install pre-commit mypy
- name: "Run mypy using pre-commit"
run: pre-commit run mypy -a
run: |
if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi
pre-commit run mypy -a
# yamllint disable rule:line-length
# yamllint disable rule:comments-indentation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v4.1
uses: pdm-project/setup-pdm@v4

- name: 'Setup Python 3.10'
uses: actions/setup-python@v5.2.0
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
rm dist/*.sig*
- name: 'Setup PDM for build commands'
uses: pdm-project/setup-pdm@v3
uses: pdm-project/setup-pdm@v4

- name: 'Publish release to PyPI'
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 6da21a5

Please sign in to comment.