We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a194f commit 6274faeCopy full SHA for 6274fae
3 files changed
.github/workflows/linters.yml
@@ -26,6 +26,8 @@ jobs:
26
- name: Run linters
27
run: |
28
pre-commit run --hook-stage=manual --all-files
29
+ permissions:
30
+ contents: read
31
docs:
32
name: Docs Checks
33
runs-on: ubuntu-latest
@@ -46,3 +48,5 @@ jobs:
46
48
47
49
cd docs
50
make html
51
52
.github/workflows/test-python-atlas.yml
@@ -54,3 +54,5 @@ jobs:
54
run: bash .github/workflows/start_local_atlas.sh mongodb/mongodb-atlas-local:7
55
- name: Run tests
56
run: python3 django_repo/tests/runtests.py --settings mongodb_settings -v 2
57
58
.github/workflows/test-python.yml
@@ -55,3 +55,5 @@ jobs:
mongodb-version: 6.0
run: python3 django_repo/tests/runtests_.py
59
0 commit comments