We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0a637 commit 00ca3eeCopy full SHA for 00ca3ee
.github/workflows/django.yml
@@ -30,8 +30,6 @@ jobs:
30
steps:
31
- uses: actions/checkout@v4
32
- uses: ./.github/workflows/python_and_pip
33
- with:
34
- python-version: 3.12.4
35
- name: Run ruff
36
run: ruff check .
37
- name: Type check
.github/workflows/python_and_pip/action.yml
@@ -5,6 +5,7 @@ inputs:
5
python-version:
6
description: "The version of Python to install"
7
required: true
8
+ default: "3.12.4"
9
10
runs:
11
using: "composite"
0 commit comments