File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
8
- validate-default-instance :
8
+ validate-default-gh- instance :
9
9
runs-on : ubuntu-latest
10
10
container : python:3.11
11
11
permissions :
30
30
run : cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml
31
31
32
32
33
+ - name : Prepare git username
34
+ working-directory : ./ds-gh-default2
35
+ run : |
36
+ git config --global user.email "lukasz.karlowski@deepsense.ai"
37
+ git config --global user.name "lukasz karlowski"
38
+
33
39
- name : Remote checkout
34
40
uses : actions/checkout@v4
35
41
with :
38
44
repository : karllu3/ds-lk-default
39
45
token : ${{ secrets.REPO_KEY_GITLAB }}
40
46
fetch-depth : 0
41
- persist_credentials : true
47
+ persist_credentials : false
42
48
43
49
- name : Set safe directory
44
50
run : |
Original file line number Diff line number Diff line change 5
5
6
6
jobs :
7
7
8
- validate-default-instance :
8
+ validate-default-gl- instance :
9
9
runs-on : ubuntu-latest
10
10
container : python:3.11
11
11
permissions :
59
59
python -m pip install .
60
60
61
61
- name : Install pre-commit
62
+ working-directory : ./ds-gl-default2
62
63
run : pip3 install pre-commit
63
64
64
65
- name : Run pre-commit checks
You can’t perform that action at this time.
0 commit comments