Skip to content

feat(settings): improve server settings to make them compatible with … #20

feat(settings): improve server settings to make them compatible with …

feat(settings): improve server settings to make them compatible with … #20

Workflow file for this run

name: Lint and build
on:
push:
branches:
- develop
pull_request:
branches:
- develop
jobs:
build-and-lint:
uses: GEWIS/actions/.github/workflows/typescript-lint-and-build.yml@v0.0.2
with:
node-version: "22.x"
package-manager: "yarn"
lint: true
format: true
build: true