Skip to content

Update dependency ex_doc to v0.37.0 #25

Update dependency ex_doc to v0.37.0

Update dependency ex_doc to v0.37.0 #25

Workflow file for this run

name: still_scss
on:
push:
branches:
- main
pull_request: {}
concurrency:
group: still_scss-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
strategy:
matrix:
otp: ['23.2']
elixir: ['1.11.3']
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