Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Sep 19, 2024
1 parent 13dcf20 commit e5b35e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Lint
'on':
on:
push: null
merge_group: null
pull_request: null
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e5b35e7

Please sign in to comment.