Skip to content

Update catppuccin.tmux #1

Update catppuccin.tmux

Update catppuccin.tmux #1

Workflow file for this run

---
name: Tests
permissions:
contents: read
on:
pull_request:
paths-ignore:
- "*.md"
- "assets"
push:
paths-ignore:
- "*.md"
- "assets"
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
ubuntu:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
bash --version
tmux -V
./.github/scripts/test.bash ./catppuccin.tmux