We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89806ef commit e0c9ac5Copy full SHA for e0c9ac5
.github/workflows/test.yml
@@ -12,6 +12,7 @@ on:
12
- 'CHANGELOG.md'
13
- '.github/workflows/release.yml'
14
- '.github/workflows/docs.yml'
15
+ - 'docs'
16
17
jobs:
18
matrix:
src/repopulator/pki_signer.py
@@ -6,6 +6,8 @@
6
7
"""All things related to PKI signing"""
8
9
+from __future__ import annotations
10
+
11
import hashlib
from pathlib import Path
0 commit comments