We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955c21f commit e9cdab0Copy full SHA for e9cdab0
1 file changed
.github/workflows/ci.yml
@@ -111,18 +111,6 @@ jobs:
111
- name: 💅 Prettier Check
112
run: yarn prettier:check
113
114
- yarn-check-cache:
115
- runs-on: ubuntu-latest
116
- steps:
117
- - uses: actions/checkout@v4
118
- with:
119
- lfs: true
120
- - uses: actions/setup-node@v4
121
122
- node-version-file: .tool-versions
123
- - name: 🔍 Check Yarn Cache
124
- run: yarn install --immutable --immutable-cache --check-cache
125
-
126
onesky-upload:
127
runs-on: ubuntu-latest
128
needs: [test, eslint, typescript, prettier]
0 commit comments