Explorar o código

:fire: in travis-ci we trust.

codemasher %!s(int64=5) %!d(string=hai) anos
pai
achega
f9b18a4ee6
Modificáronse 1 ficheiros con 0 adicións e 15 borrados
  1. 0 15
      .github/workflows/tests.yml

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

@@ -64,18 +64,3 @@ jobs:
         env:
           CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
         run: bash <(curl -s https://codecov.io/bash)
-
-
-  static-code-analysis:
-    name: "Static Code Analysis"
-    runs-on: ubuntu-latest
-
-    steps:
-      - name: "Checkout"
-        uses: actions/checkout@v2
-
-      - name: "Install locked dependencies with composer"
-        run: php7.4 $(which composer) install --no-interaction --no-progress --no-suggest
-
-      - name: "Run phan"
-        run: php7.4 vendor/bin/phan --allow-polyfill-parser