diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c119122902..38c48daad9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,5 +1,5 @@ name: Lint -'on': +on: push: null merge_group: null pull_request: null @@ -77,9 +77,7 @@ jobs: working-directory: ./packages/mermaid continue-on-error: '${{ github.event_name == ''push'' }}' run: 'pnpm run docs:verify' - - uses: >- - testomatio/check-tests@029e70011b529b168d37a85d992e6fc88ada8fdf # - 0.9.6 + - uses: testomatio/check-tests@029e70011b529b168d37a85d992e6fc88ada8fdf # 0.9.6 with: framework: cypress tests: ./cypress/e2e/**/**.spec.js