@@ -59,7 +59,7 @@ GitHub action for using a matrix strategy to distribute the build for
5959``` yml
6060jobs :
6161 main :
62- uses :
coatl-dev/workflows/.github/workflows/[email protected] .4 62+ uses :
coatl-dev/workflows/.github/workflows/[email protected] .5 6363 with :
6464 registry-image : user/app
6565 metadata-tags : |
@@ -110,7 +110,7 @@ GitHub action for using a matrix strategy to distribute the build for
110110` ` ` yml
111111jobs:
112112 main:
113- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 113+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 114114 with:
115115 dockerhub-repo: user/app
116116 dockerhub-username: ${{ vars.DOCKERHUB_USERNAME }}
171171
172172jobs:
173173 pip-compile-upgrade:
174- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 174+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 175175 with:
176176 path: requirements.txt
177177 secrets:
222222
223223jobs:
224224 pre-commit-autoupdate:
225- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 225+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 226226 with:
227227 skip-repos: 'flake8'
228228 secrets:
@@ -247,7 +247,7 @@ to install Python and invoke [`pre-commit`].
247247` ` ` yaml
248248jobs:
249249 main:
250- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 250+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 251251 with:
252252 skip-hooks: 'pylint'
253253` ` `
@@ -270,7 +270,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
270270` ` ` yaml
271271jobs:
272272 main:
273- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 273+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 274274 with:
275275 path: src
276276` ` `
@@ -309,7 +309,7 @@ Secrets:
309309` ` ` yaml
310310jobs:
311311 main:
312- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 312+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 313313 with:
314314 python-version: '3.12'
315315 secrets:
@@ -356,7 +356,7 @@ requires =
356356` ` ` yaml
357357jobs:
358358 main:
359- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 359+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 360360` ` `
361361
362362# ## .github/workflows/tox-gh.yml
@@ -393,7 +393,7 @@ and on your workflow:
393393` ` ` yaml
394394jobs:
395395 main:
396- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 396+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 397397 with:
398398 python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
399399` ` `
@@ -421,7 +421,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
421421` ` ` yaml
422422jobs:
423423 main:
424- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 424+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 425425 with:
426426 python-versions: |
427427 3.9
475475
476476jobs:
477477 pip-compile-upgrade:
478- uses: coatl-dev/workflows/.github/workflows/[email protected] .4 478+ uses: coatl-dev/workflows/.github/workflows/[email protected] .5 479479 with:
480480 path: requirements.txt
481481 secrets:
0 commit comments