@@ -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] .3 62+ uses :
coatl-dev/workflows/.github/workflows/[email protected] .4 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] .3 113+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 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] .3 174+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 175175 with:
176176 path: requirements.txt
177177 secrets:
222222
223223jobs:
224224 pre-commit-autoupdate:
225- uses: coatl-dev/workflows/.github/workflows/[email protected] .3 225+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 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] .3 250+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 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] .3 273+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 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] .3 312+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 313313 with:
314314 python-version: '3.12'
315315 secrets:
@@ -358,7 +358,7 @@ requires =
358358` ` ` yaml
359359jobs:
360360 main:
361- uses: coatl-dev/workflows/.github/workflows/[email protected] .3 361+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 362362` ` `
363363
364364# ## .github/workflows/tox-gh.yml
@@ -395,7 +395,7 @@ and on your workflow:
395395` ` ` yaml
396396jobs:
397397 main:
398- uses: coatl-dev/workflows/.github/workflows/[email protected] .3 398+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 399399 with:
400400 python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
401401` ` `
@@ -423,7 +423,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
423423` ` ` yaml
424424jobs:
425425 main:
426- uses: coatl-dev/workflows/.github/workflows/[email protected] .3 426+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 427427 with:
428428 python-versions: |
429429 3.9
477477
478478jobs:
479479 pip-compile-upgrade:
480- uses: coatl-dev/workflows/.github/workflows/[email protected] .3 480+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4 481481 with:
482482 path: requirements.txt
483483 secrets:
0 commit comments