Skip to content

Add reference to Crypto in Dart, fix the link to the Meeco platform #13

Add reference to Crypto in Dart, fix the link to the Meeco platform

Add reference to Crypto in Dart, fix the link to the Meeco platform #13

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['24.3', '25.0', '25.1']
elixir: ['1.13.4']
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: mix deps.get
- run: mix test