Remove tailwind installation from CI
Not needed anymore as we removed canonical_tailwind
This commit is contained in:
@@ -62,8 +62,6 @@ jobs:
|
|||||||
FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
|
FLUXON_KEY_FINGERPRINT: ${{ secrets.FLUXON_KEY_FINGERPRINT }}
|
||||||
- name: Fetch dependencies
|
- name: Fetch dependencies
|
||||||
run: mix deps.get
|
run: mix deps.get
|
||||||
- name: 💨 Install Tailwind (needed for formatter)
|
|
||||||
run: mix tailwind.install
|
|
||||||
- name: 📦 Check unused dependencies
|
- name: 📦 Check unused dependencies
|
||||||
run: mix deps.unlock --check-unused
|
run: mix deps.unlock --check-unused
|
||||||
- name: 🔮 Compile for DEV
|
- name: 🔮 Compile for DEV
|
||||||
|
|||||||
Reference in New Issue
Block a user