🎨 format code
This commit is contained in:
4
.github/workflows/pake-cli.yaml
vendored
4
.github/workflows/pake-cli.yaml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Build App With Pake CLI
|
||||
|
||||
env:
|
||||
NODE_VERSION: '22'
|
||||
PNPM_VERSION: '10.15.0'
|
||||
NODE_VERSION: "22"
|
||||
PNPM_VERSION: "10.15.0"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
9
.github/workflows/quality-and-test.yml
vendored
9
.github/workflows/quality-and-test.yml
vendored
@@ -8,8 +8,8 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
NODE_VERSION: '22'
|
||||
PNPM_VERSION: '10.15.0'
|
||||
NODE_VERSION: "22"
|
||||
PNPM_VERSION: "10.15.0"
|
||||
|
||||
permissions:
|
||||
actions: write
|
||||
@@ -34,7 +34,6 @@ jobs:
|
||||
- name: Setup Development Environment
|
||||
uses: ./.github/actions/setup-env
|
||||
|
||||
|
||||
- name: Auto-fix Prettier formatting
|
||||
run: npx prettier --write . --ignore-unknown
|
||||
|
||||
@@ -66,7 +65,6 @@ jobs:
|
||||
with:
|
||||
mode: build
|
||||
|
||||
|
||||
- name: Check EditorConfig compliance
|
||||
uses: editorconfig-checker/action-editorconfig-checker@main
|
||||
|
||||
@@ -109,7 +107,7 @@ jobs:
|
||||
run: cargo fmt --all -- --color=always --check
|
||||
|
||||
- name: Run Clippy lints
|
||||
run: cargo hack --feature-powerset --exclude-features cli-build --no-dev-deps clippy # cspell:disable-line
|
||||
run: cargo hack --feature-powerset --exclude-features cli-build --no-dev-deps clippy # cspell:disable-line
|
||||
|
||||
cli-tests:
|
||||
name: CLI Tests (${{ matrix.os }})
|
||||
@@ -163,7 +161,6 @@ jobs:
|
||||
with:
|
||||
mode: build
|
||||
|
||||
|
||||
- name: Build CLI
|
||||
run: pnpm run cli:build
|
||||
|
||||
|
||||
6
.github/workflows/single-app.yaml
vendored
6
.github/workflows/single-app.yaml
vendored
@@ -1,8 +1,8 @@
|
||||
name: Build Single Popular App
|
||||
|
||||
env:
|
||||
NODE_VERSION: '22'
|
||||
PNPM_VERSION: '10.15.0'
|
||||
NODE_VERSION: "22"
|
||||
PNPM_VERSION: "10.15.0"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -151,7 +151,7 @@ jobs:
|
||||
retention-days: 3
|
||||
|
||||
- name: Upload to release
|
||||
uses: ncipollo/release-action@v1 # cspell:disable-line
|
||||
uses: ncipollo/release-action@v1 # cspell:disable-line
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
allowUpdates: true
|
||||
|
||||
Reference in New Issue
Block a user