Skip to content

Add gn-ten node lab admin commands #219

Add gn-ten node lab admin commands

Add gn-ten node lab admin commands #219

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