Skip to content

stack_lab: refresh trinity roundtrip lock #197

stack_lab: refresh trinity roundtrip lock

stack_lab: refresh trinity roundtrip lock #197

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
workspace:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Set up Erlang and Elixir
uses: erlef/setup-beam@v1
with:
otp-version: "28.3"
elixir-version: "1.19.5"
- name: Install dependencies
run: mix deps.get
- name: Run workspace CI
run: mix ci