We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3021692 commit 73dea83Copy full SHA for 73dea83
1 file changed
.github/workflows/main.yml
@@ -35,6 +35,8 @@ jobs:
35
enable-cache: true
36
- name: Install just
37
uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4.0.0
38
+ with:
39
+ just-version: "1.43.1"
40
- name: Run type checking
41
run: just typing
42
@@ -61,6 +63,8 @@ jobs:
61
63
62
64
65
66
67
68
- name: Run tests
69
run: just test
70
0 commit comments