Skip to content

chore(deps): update Mix dependencies #559

chore(deps): update Mix dependencies

chore(deps): update Mix dependencies #559

Workflow file for this run

name: CI
on:
pull_request:
merge_group:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
contents: read
jobs:
ci:
name: CI
uses: agentjido/github-actions/.github/workflows/jido-ci.yml@v5
secrets: inherit
with:
credo_command: mix credo --min-priority higher
docs_command: mix docs -f html
test_command: mix test