Skip to content

chore(komorebi): add border_width #260

chore(komorebi): add border_width

chore(komorebi): add border_width #260

Workflow file for this run

name: ci
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup chezmoi
run : sudo snap install chezmoi --classic
- name: Install dotfiles
run: chezmoi apply -S . -v
test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup chezmoi
run : choco install chezmoi
- name: Install dotfiles
run: chezmoi apply -S . -v
dependabot-automerge:
needs: [test-ubuntu, test-windows]
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
if: ${{ github.event_name == 'pull_request' }}
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}