mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
chore: update CI
This commit is contained in:
parent
c32a736640
commit
26b1104d9c
2 changed files with 5 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -18,8 +18,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
otp: ["26.0"]
|
otp: ["28.1"]
|
||||||
elixir: ["1.16.0"]
|
elixir: ["1.19.2"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Elixir
|
- name: Set up Elixir
|
||||||
|
|
|
||||||
3
yamlfmt.yml
Normal file
3
yamlfmt.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
formatter:
|
||||||
|
type: basic
|
||||||
|
retain_line_breaks_single: true
|
||||||
Loading…
Reference in a new issue