Skip to content

Commit ab13c8d

Browse files
committed
wip
1 parent a846e3d commit ab13c8d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ jobs:
66
name: "Compile & Lint"
77
runs-on: "ubuntu-latest"
88
steps:
9+
- uses: actions/checkout@v1
910
- name: Setup elixir
1011
uses: erlef/setup-beam@v1
1112
with:
12-
otp-version: 24.3.3
13-
elixir-version: 1.16.3
13+
version-file: ".tool-versions"
14+
version-type: strict
1415

15-
- uses: actions/checkout@v1
1616
- run: mix deps.get
1717

18-
- uses: actions/cache@v2
18+
- uses: actions/cache@v3
1919
id: mix-cache
2020
with:
2121
path: |

0 commit comments

Comments
 (0)