Skip to content

Commit 878bad1

Browse files
authored
chore: rename workflow files from .yml to .yaml (#54)
1 parent bde6d88 commit 878bad1

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.cursor/rules/release-please-standards.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ actions:
2323
```
2424
.release-please-config.json # Release configuration
2525
.release-please-manifest.json # Version tracking
26-
.github/workflows/release.yml # Release workflow
26+
.github/workflows/release.yaml # Release workflow
2727
```
2828

2929
2. Commit Message Format:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55
paths:
66
- "flake.nix"
77
- "flake.lock"
8-
- ".github/workflows/nix-flake.yml"
8+
- ".github/workflows/nix-flake.yaml"
99
- ".github/actions/setup-nix/**"
1010
pull_request:
1111
paths:
1212
- "flake.nix"
1313
- "flake.lock"
14-
- ".github/workflows/nix-flake.yml"
14+
- ".github/workflows/nix-flake.yaml"
1515
- ".github/actions/setup-nix/**"
1616

1717
concurrency:

0 commit comments

Comments
 (0)