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 e40f7d2 commit e76d5caCopy full SHA for e76d5ca
.github/workflows/accessibility_scan.yml
@@ -16,6 +16,8 @@ jobs:
16
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
17
with:
18
node-version: 20.x
19
+ - name: Debug
20
+ run: pwd && ls -la . && ls -la .github/actions
21
- name: Set Yarn Berry
22
uses: ./.github/actions/set_yarn_berry
23
- name: Install dependencies
0 commit comments