ci: Add lint to Github actions (#18172)

This commit is contained in:
shortstacked
2025-08-11 10:01:37 +01:00
committed by GitHub
parent 80e9e6fc33
commit 2f5f6d4d68
12 changed files with 158 additions and 91 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- name: Set release version in env
run: echo "RELEASE=$(node -e 'console.log(require("./package.json").version)')" >> $GITHUB_ENV
run: echo "RELEASE=$(node -e 'console.log(require("./package.json").version)')" >> "$GITHUB_ENV"
- name: Build
run: pnpm build
@@ -67,7 +67,7 @@ jobs:
continue-on-error: true
- id: set-release
run: echo "release=${{ env.RELEASE }}" >> $GITHUB_OUTPUT
run: echo "release=${{ env.RELEASE }}" >> "$GITHUB_OUTPUT"
publish-to-docker-hub:
name: Publish to DockerHub