Skip to content

Commit

Permalink
Rename .github/workflows/ci.yaml to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pojiro committed Feb 19, 2024
1 parent 43283be commit 9e9995a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/version_match_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule Zenohex.VersionMatchTest do
end)

ciyaml_versions_map =
File.read!(".github/workflows/ci.yaml")
File.read!(".github/workflows/ci.yml")
|> String.split("\n")
|> Enum.reduce(%{}, fn line, acc ->
cond do
Expand Down

0 comments on commit 9e9995a

Please sign in to comment.