diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af80b21..d89c2c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,6 @@ on: jobs: - test_lint: runs-on: ubuntu-latest if: ${{ !github.event.created && github.repository != 'garronej/ts_ci' }} @@ -129,4 +128,4 @@ jobs: - name: Dump matrix context env: MATRIX_CONTEXT: ${{ toJSON(matrix) }} - run: echo "$MATRIX_CONTEXT" \ No newline at end of file + run: echo "$MATRIX_CONTEXT"