We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcc4b9 commit bbc4d7aCopy full SHA for bbc4d7a
.github/workflows/checks.yml
@@ -70,8 +70,8 @@ jobs:
70
run: npm run test
71
- name: Check linearisation of the inheritance graph
72
run: npm run test:inheritance
73
- - name: Check pragma consistency between files
74
- run: npm run test:pragma
+ - name: Check pragma validity
+ run: npm run test:pragma -- --concurrency 1
75
- name: Check storage layout
76
uses: ./.github/actions/storage-layout
77
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'breaking change') }}
0 commit comments