diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f6151ad26..3c07e8643 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,5 +1,8 @@ name: CI +permissions: + id-token: write # Required to get the OIDC token + on: pull_request: push: diff --git a/README.md b/README.md index 894675774..9b68ec423 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@
Documentation | Get Started | + + Discuss
diff --git a/assignment.py b/assignment.py index 78465a842..7f94d1266 100644 --- a/assignment.py +++ b/assignment.py @@ -11,3 +11,9 @@ *FIRST, a, b = [1, 2, 3] SECOND = "dljfnjsdnfklsadfdsf" + +import nothing + +print("hello") +def f(x=[]): + return x diff --git a/demo_code.py b/demo_code.py index 1e336515f..c2244f353 100644 --- a/demo_code.py +++ b/demo_code.py @@ -4,7 +4,6 @@ import os import subprocess import ssl -import nothing # from django.db.models.expressions import RawSQL