Skip to content

Commit

Permalink
ci: rollback to coatl-dev/workflows@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Aug 31, 2024
1 parent 038bf4f commit b2f7b04
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v5
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4
with:
skip-hooks: 'pylint'

pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v5
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4
2 changes: 1 addition & 1 deletion .github/workflows/pip-compile-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pip-compile-upgrade:
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v5
uses: coatl-dev/workflows/.github/workflows/pip-compile-upgrade.yml@v4
with:
path: requirements.txt
python-version: '2.7'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ on:

jobs:
tox:
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v5
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
pre-commit-autoupdate:
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v5
uses: coatl-dev/workflows/.github/workflows/pre-commit-autoupdate.yml@v4
with:
skip-repos: 'flake8'
secrets:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ on:

jobs:
pre-commit:
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v5
uses: coatl-dev/workflows/.github/workflows/pre-commit.yml@v4
with:
skip-hooks: 'pylint'

pylint:
needs: pre-commit
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v5
uses: coatl-dev/workflows/.github/workflows/pylint.yml@v4

tox:
needs:
- pre-commit
- pylint
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v5
uses: coatl-dev/workflows/.github/workflows/tox-docker.yml@v4

pypi-publish:
needs:
- pre-commit
- pylint
- tox
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v5
uses: coatl-dev/workflows/.github/workflows/pypi-upload.yml@v4
with:
python-version: '2.7'
secrets:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

<!--- Badges --->
[![Downloads](https://static.pepy.tech/badge/ignition-api)](https://pepy.tech/project/ignition-api)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Join us on GitHub discussions](https://img.shields.io/badge/github-discussions-informational)](https://github.com/ignition-devs/discussions/discussions)
[![ignition-api](https://snyk.io//advisor/python/ignition-api/badge.svg)](https://snyk.io//advisor/python/ignition-api)

ignition-api is a Python package that allows developers to get code completion
for Ignition Scripting API scripting functions in their IDE of choice.
Expand Down

0 comments on commit b2f7b04

Please sign in to comment.