Skip to content

Update ex_doc, add llms.txt support, update description #27

Update ex_doc, add llms.txt support, update description

Update ex_doc, add llms.txt support, update description #27

Workflow file for this run

name: CI
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
build_test:
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
with:
container-image: elixir:latest
test:
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
with:
container-image: elixir:latest
lint:
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
with:
container-image: elixir:latest