diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6bce7ac..9dc4900 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,9 +50,6 @@ jobs: - name: "Check Prettier with eslint" run: "yarn pretty:check" - - name: "Coding Standard" - run: "make cs" - static-analysis: name: "Code static analysis" runs-on: "${{ matrix.operating-system }}"