File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
- name : Run linters
27
27
run : |
28
28
pre-commit run --hook-stage=manual --all-files
29
+ permissions :
30
+ contents : read
29
31
docs :
30
32
name : Docs Checks
31
33
runs-on : ubuntu-latest
46
48
run : |
47
49
cd docs
48
50
make html
51
+ permissions :
52
+ contents : read
Original file line number Diff line number Diff line change 54
54
run : bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
55
55
- name : Run tests
56
56
run : python3 django_repo/tests/runtests.py --settings mongodb_settings -v 2
57
+ permissions :
58
+ contents : read
Original file line number Diff line number Diff line change 55
55
mongodb-version : 6.0
56
56
- name : Run tests
57
57
run : python3 django_repo/tests/runtests_.py
58
+ permissions :
59
+ contents : read
You can’t perform that action at this time.
0 commit comments