summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-18 00:49:17 -0600
committerAiden Cline <[email protected]>2025-11-18 00:49:17 -0600
commit4359719f9a2329b4ff0f862eb3191ec9efe616b5 (patch)
treee88b35e1761305dd0e17216c4f0d555730e39a20 /.github
parent5e13527416e183c7ea6d1baa3528b5c30108372e (diff)
downloadopencode-4359719f9a2329b4ff0f862eb3191ec9efe616b5.tar.gz
opencode-4359719f9a2329b4ff0f862eb3191ec9efe616b5.zip
ignore: format
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-nix-hashes.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/update-nix-hashes.yml b/.github/workflows/update-nix-hashes.yml
index fe388697e..21e07543b 100644
--- a/.github/workflows/update-nix-hashes.yml
+++ b/.github/workflows/update-nix-hashes.yml
@@ -7,14 +7,14 @@ on:
workflow_dispatch:
push:
paths:
- - 'bun.lock'
- - 'package.json'
- - 'packages/*/package.json'
+ - "bun.lock"
+ - "package.json"
+ - "packages/*/package.json"
pull_request:
paths:
- - 'bun.lock'
- - 'package.json'
- - 'packages/*/package.json'
+ - "bun.lock"
+ - "package.json"
+ - "packages/*/package.json"
jobs:
update: