Skip to content

Commit a98295f

Browse files
author
Terraphim AI
committed
feat: merge autoupdate PR with conflict resolution
2 parents 25909bc + 0830d9b commit a98295f

34 files changed

Lines changed: 3180 additions & 12414 deletions

File tree

.github/workflows/earthly-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: sudo /bin/sh -c 'wget https://github.com/earthly/earthly/releases/latest/download/earthly-linux-amd64 -O /usr/local/bin/earthly && chmod +x /usr/local/bin/earthly'
7777

7878
- name: Build frontend with Earthly
79-
run: earthly --ci desktop+build
79+
run: earthly --ci ./desktop+build
8080

8181
- name: Upload frontend artifacts
8282
uses: actions/upload-artifact@v4

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
repos:
66
# General code quality hooks
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.5.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
name: Trim trailing whitespace
@@ -87,7 +87,7 @@ repos:
8787

8888
# Conventional commits validation
8989
- repo: https://github.com/compilerla/conventional-pre-commit
90-
rev: v3.0.0
90+
rev: v4.2.0
9191
hooks:
9292
- id: conventional-pre-commit
9393
name: Conventional commit format
@@ -100,7 +100,7 @@ repos:
100100

101101
# Secret detection
102102
- repo: https://github.com/Yelp/detect-secrets
103-
rev: v1.4.0
103+
rev: v1.5.0
104104
hooks:
105105
- id: detect-secrets
106106
name: Detect secrets

0 commit comments

Comments
 (0)