Skip to content

Commit

Permalink
workflow: rename all .yml files to .yaml
Browse files Browse the repository at this point in the history
The original `go.yml` got added via some GH automation. But we
are not MSDOS and we can affort more than 3 chars for a file
extension - so this commit renames all .yml to .yaml which is
what we use everywhere else.
  • Loading branch information
mvo5 authored and ondrejbudai committed Dec 19, 2024
1 parent 058e3d6 commit f631a16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml → .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

build:
runs-on: ubuntu-latest
uses: ./.github/workflows/testdeps.yml
uses: ./.github/workflows/testdeps.yaml
steps:
- uses: actions/checkout@v4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
uses: ./.github/workflows/testdeps.yml
uses: ./.github/workflows/testdeps.yaml
steps:
- uses: actions/checkout@v4

Expand Down
File renamed without changes.

0 comments on commit f631a16

Please sign in to comment.