Skip to content

Fix comment test by using the eos option of makeup 1.2 (#8) #40

Fix comment test by using the eos option of makeup 1.2 (#8)

Fix comment test by using the eos option of makeup 1.2 (#8) #40

Workflow file for this run

name: Continuous Integration
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Elixir
uses: erlef/setup-beam@v1
with:
otp-version: '24'
elixir-version: '1.12.1'
- name: Install dependencies
run: mix deps.get
- name: Run tests
run: mix test
- name: Check format
run: mix format --check-formatted