Skip to content

Commit

Permalink
Configure caksoylar/keymap-drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtodd committed Nov 27, 2024
1 parent 64d2e16 commit 3848462
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/draw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: [push, pull_request, workflow_dispatch]

jobs:
draw:
uses: caksoylar/keymap-drawer/.github/workflows/draw-zmk.yml@main
permissions:
contents: write
with:
commit_message: "[draw] ${{ github.event.head_commit.message }}"
keymap_patterns: "config/*.keymap"
config_path: "draw/config.yml"
output_folder: "draw"
1 change: 1 addition & 0 deletions draw/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
draw_config: {}

0 comments on commit 3848462

Please sign in to comment.