We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff33a29 commit 68d2093Copy full SHA for 68d2093
1 file changed
.github/workflows/precommit-check.yml
@@ -7,15 +7,15 @@ permissions:
7
8
jobs:
9
pre-commit:
10
- runs-on: ubuntu-24.04
11
timeout-minutes: 10
12
-
+ runs-on: ubuntu-24.04
+ container:
13
+ image: kasperskydh/knp-build-image
14
+ volumes:
15
+ - ${{ github.workspace }}:/KNP
16
+ options: --cpus 1
17
steps:
18
- uses: actions/checkout@v3
- - name: Set up Python
- uses: actions/setup-python@v3
- with:
- python-version: "3.x"
19
- id: changed_files
20
uses: trilom/file-changes-action@v1.2.4
21
with:
0 commit comments