Skip to content

Commit 0edd4ca

Browse files
committed
run type checks and lints on newest elixir & erlang
1 parent f11ca4b commit 0edd4ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
otp_version: '27.3'
4141
- elixir_version: '1.18'
4242
otp_version: '27.3'
43-
type_check: true
44-
lint: true
4543
- elixir_version: '1.19'
4644
otp_version: '28.1'
45+
type_check: true
46+
lint: true
4747

4848
steps:
4949
- name: Checkout

0 commit comments

Comments
 (0)