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

This commit is contained in:
valere
2025-09-19 20:48:05 +02:00
parent 1211bec113
commit 7978c7e7ed

View File

@@ -4,12 +4,12 @@ on: [push]
jobs:
test:
runs-on: ubuntu-22.04
container:
image: node:20-alpine
steps:
- uses: actions/checkout@v4
- name: Install pnpm
run: npm install -g pnpm
- name: Install deps
run: pnpm install --frozen-lockfile
- name: Run linter
run: pnpm run eslint