Skip to content

Drop git butler skill #566

Drop git butler skill

Drop git butler skill #566

Workflow file for this run

name: CI
on:
push:
env:
MISE_DISABLE_TOOLS: ffmpeg
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- name: Setup mise
uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # v3
with:
experimental: true
- name: Build
run: mise run build
- name: Test
run: mise run test