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 31d6ac4 commit 7e6fd53Copy full SHA for 7e6fd53
.github/workflows/ci.yml
@@ -46,6 +46,11 @@ jobs:
46
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}
47
run: pnpm install
48
49
+ - name: wip
50
+ if: ${{ matrix.os == 'windows-latest' }}
51
+ working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}
52
+ run: ls
53
+
54
- name: Run syntax tests
55
working-directory: ${{ env.DEV_DRIVE_WORKSPACE }}/packages/tailwindcss-language-syntax
56
run: pnpm run build && pnpm run test
0 commit comments