chore: update licence from MIT to ISC #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: push | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-elixir@v1 | |
with: | |
otp-version: "23.0.2" | |
elixir-version: "1.10.3" | |
- run: mix deps.get | |
- run: mix test |