asdfad
Some checks failed
/ build (push) Failing after 10s

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

View file

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