|
13 | 13 | runs-on: ubuntu-latest |
14 | 14 | steps: |
15 | 15 | - uses: actions/checkout@v6 |
| 16 | + |
16 | 17 | - uses: ./.github/actions/ci/validate-pyproject |
17 | 18 | if: github.event.repository.name == 'template-python' |
18 | 19 | - uses: javidahmed64592/template-python/.github/actions/ci/validate-pyproject@main |
|
22 | 23 | runs-on: ubuntu-latest |
23 | 24 | steps: |
24 | 25 | - uses: actions/checkout@v6 |
| 26 | + |
25 | 27 | - uses: ./.github/actions/ci/ruff |
26 | 28 | if: github.event.repository.name == 'template-python' |
27 | 29 | - uses: javidahmed64592/template-python/.github/actions/ci/ruff@main |
|
31 | 33 | runs-on: ubuntu-latest |
32 | 34 | steps: |
33 | 35 | - uses: actions/checkout@v6 |
| 36 | + |
34 | 37 | - uses: ./.github/actions/ci/mypy |
35 | 38 | if: github.event.repository.name == 'template-python' |
36 | 39 | - uses: javidahmed64592/template-python/.github/actions/ci/mypy@main |
|
40 | 43 | runs-on: ubuntu-latest |
41 | 44 | steps: |
42 | 45 | - uses: actions/checkout@v6 |
| 46 | + |
43 | 47 | - uses: ./.github/actions/ci/pytest |
44 | 48 | if: github.event.repository.name == 'template-python' |
45 | 49 | - uses: javidahmed64592/template-python/.github/actions/ci/pytest@main |
|
49 | 53 | runs-on: ubuntu-latest |
50 | 54 | steps: |
51 | 55 | - uses: actions/checkout@v6 |
| 56 | + |
52 | 57 | - uses: ./.github/actions/ci/bandit |
53 | 58 | if: github.event.repository.name == 'template-python' |
54 | 59 | - uses: javidahmed64592/template-python/.github/actions/ci/bandit@main |
|
58 | 63 | runs-on: ubuntu-latest |
59 | 64 | steps: |
60 | 65 | - uses: actions/checkout@v6 |
| 66 | + |
61 | 67 | - uses: ./.github/actions/ci/pip-audit |
62 | 68 | if: github.event.repository.name == 'template-python' |
63 | 69 | - uses: javidahmed64592/template-python/.github/actions/ci/pip-audit@main |
|
67 | 73 | runs-on: ubuntu-latest |
68 | 74 | steps: |
69 | 75 | - uses: actions/checkout@v6 |
| 76 | + |
70 | 77 | - uses: ./.github/actions/ci/version-check |
71 | 78 | if: github.event.repository.name == 'template-python' |
72 | 79 | - uses: javidahmed64592/template-python/.github/actions/ci/version-check@main |
|
0 commit comments