test
Some checks failed
Deploy App / test (push) Failing after 15s
Deploy App / deploy (push) Has been skipped

This commit is contained in:
valere
2025-09-19 20:51:05 +02:00
parent 627fa78953
commit e945d7d71a

View File

@@ -11,7 +11,7 @@ jobs:
- name: Install pnpm
run: npm install -g pnpm eslint
- name: Run linter
run: pnpm run eslint
run: npx eslint
deploy:
runs-on: ubuntu-22.04