From 26b1104d9cd39085a7ca945989009e913f6fbf8e Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Thu, 6 Nov 2025 23:33:32 +0100 Subject: [PATCH] chore: update CI --- .github/workflows/ci.yml | 4 ++-- yamlfmt.yml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 yamlfmt.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a5bc5..3d99583 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - otp: ["26.0"] - elixir: ["1.16.0"] + otp: ["28.1"] + elixir: ["1.19.2"] steps: - name: Set up Elixir diff --git a/yamlfmt.yml b/yamlfmt.yml new file mode 100644 index 0000000..0d7c56d --- /dev/null +++ b/yamlfmt.yml @@ -0,0 +1,3 @@ +formatter: + type: basic + retain_line_breaks_single: true