attempt to fix
Some checks failed
/ build (push) Failing after 2s

This commit is contained in:
Soph :3 2024-05-22 14:19:10 +03:00
parent 0968ba625f
commit 97180653a4
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -10,6 +10,8 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Fix fta-cli
run: dos2unix ./node_modules/fta-cli/index.js
uses: jordiprats/dos2unix-action@v1.0
with:
pattern: './node_modules/fta-cli/index.js '
- name: Run CI script
run: bun run ci