Parcourir la source

:sparkles: will this work?

codemasher il y a 5 ans
Parent
commit
66dd5f49ca
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/tests.yml

+ 2 - 0
.github/workflows/tests.yml

@@ -69,6 +69,8 @@ jobs:
   static-code-analysis:
     name: "Static Code Analysis"
     runs-on: ubuntu-latest
+    env:
+      extensions: ast
 
     steps:
       - name: "Checkout"