chore: formatting
All checks were successful
Check Transpiled JavaScript / Check dist/ (push) Successful in 57s
Continuous Integration / TypeScript Tests (push) Successful in 1m9s
Continuous Integration / GitHub Actions Test (push) Successful in 10m34s

This commit is contained in:
2024-11-17 12:54:34 +13:00
parent e6c40c4803
commit 6997e8237a

View File

@@ -54,7 +54,9 @@ jobs:
uses: actions/checkout@v4
- name: Install libtinfo5
run: add-apt-repository universe && apt update -y && apt install -y libtinfo5
run:
add-apt-repository universe && apt update -y && apt install -y
libtinfo5
- name: Test Local Action
id: test-action