We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a3d56 commit 662dc43Copy full SHA for 662dc43
1 file changed
.github/workflows/lint.yml
@@ -23,10 +23,6 @@ jobs:
23
- uses: actions/checkout@v6
24
- uses: oven-sh/setup-bun@v2
25
26
- - name: Get yarn cache directory path
27
- id: yarn-cache-dir-path
28
- run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
29
-
30
- name: Install Dependency
31
run: bun install --frozen-lockfile
32
0 commit comments