Skip to content

chore(deps-dev): bump eslint from 9.13.0 to 9.14.0 #50

chore(deps-dev): bump eslint from 9.13.0 to 9.14.0

chore(deps-dev): bump eslint from 9.13.0 to 9.14.0 #50

Workflow file for this run

name: Test & Build
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
pull-requests: write
statuses: read
jobs:
build-and-lint:
uses: GEWIS/actions/.github/workflows/[email protected]
with:
node-version: "20.x"
package-manager: "yarn"
prepare-command: "docker compose -f 'docker-compose.yml' up -d --build"
cleanup-command: "docker compose -f 'docker-compose.yml' down"
lint: true
format: true
test: true
build: true