Skip to content

Commit

Permalink
chore: File renaming for consistency and clarity:
Browse files Browse the repository at this point in the history
- Use the .yaml extension for YAML files.
- Use taskfile.yaml instead of Taskfile.yml.
- Rename the PR title checks workflow file.
  • Loading branch information
kirkrodrigues committed Oct 23, 2024
1 parent 763a3ca commit 00c1b06
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "pr-title"
name: "pr-title-checks"

on:
pull_request_target:
Expand Down
2 changes: 1 addition & 1 deletion lint-tasks.yml → lint-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks:
CHECKSUM_FILE: "{{.G_BUILD_DIR}}/{{.TASK | replace \":\" \"#\"}}.md5"
OUTPUT_DIR: "{{.G_LINT_VENV_DIR}}"
sources:
- "{{.ROOT_DIR}}/Taskfile.yml"
- "{{.ROOT_DIR}}/taskfile.yaml"
- "{{.TASKFILE}}"
- "lint-requirements.txt"
generates: ["{{.CHECKSUM_FILE}}"]
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml → taskfile.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"

includes:
lint: "lint-tasks.yml"
lint: "lint-tasks.yaml"
utils: "tools/yscope-dev-utils/taskfiles/utils.yml"

vars:
Expand Down

0 comments on commit 00c1b06

Please sign in to comment.