We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1cb7f commit ed0cb93Copy full SHA for ed0cb93
.github/workflows/on-push.yaml
@@ -27,7 +27,7 @@ jobs:
27
with:
28
node-version: ${{ env.NODE_VERSION }}
29
- run: npm ci
30
- - uses: ITProKyle/action-setup-python@v1.0.0
+ - uses: ITProKyle/action-setup-python@v1.1.0
31
32
python-version: ${{ matrix.python-version }}
33
- run: make lint
@@ -51,7 +51,7 @@ jobs:
51
python-version: ['3.11', '3.12']
52
steps:
53
- uses: actions/checkout@v4
54
55
56
57
- run: make test
0 commit comments