Run CI checks through Docker target
All checks were successful
test-build-publish / docker (push) Successful in 2m20s

This commit is contained in:
Space-Banane
2026-05-14 18:45:41 +02:00
parent 76e6ced205
commit cb0d381eb0
3 changed files with 11 additions and 16 deletions

View File

@@ -22,20 +22,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build app
run: npm run build
- name: Check app
run: docker build --target ci -t evil-wordle-ci .
- name: Validate compose file
run: docker compose config