Skip to content

chore: update nuxt-typo3 and adapt code #24

chore: update nuxt-typo3 and adapt code

chore: update nuxt-typo3 and adapt code #24

Workflow file for this run

name: CI
on:
pull_request:
jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: remindgmbh/[email protected]
static-analysis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
npm ci
npm run static-analysis