abouttreesummaryrefslogcommitdiff
path: root/.github/workflows/check-layouts.yml
diff options
context:
space:
mode:
authorJules Aguillon2026-03-16 00:00:41 +0100
committerGitHub2026-03-16 00:00:41 +0100
commit4dab3a609cba9d19ba7aef880d4f95860b5643a1 (patch)
treeb5b5a59bc059b3ad07a915a67f3ef07c481c216a /.github/workflows/check-layouts.yml
parent2966a45922adfea08c1c5d1a4e585c84279277b1 (diff)
downloadunexpected-keyboard-4dab3a609cba9d19ba7aef880d4f95860b5643a1.tar.gz
unexpected-keyboard-4dab3a609cba9d19ba7aef880d4f95860b5643a1.zip
CI: Check whether ComposeKeyData is uptodate (#1204)
Diffstat (limited to '.github/workflows/check-layouts.yml')
-rw-r--r--.github/workflows/check-layouts.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.github/workflows/check-layouts.yml b/.github/workflows/check-layouts.yml
deleted file mode 100644
index 76e2768..0000000
--- a/.github/workflows/check-layouts.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-name: Check layouts
-
-on:
- workflow_dispatch:
- push:
- branches:
- - master
- pull_request:
-
-jobs:
- gen-layouts:
- name: Generated files
- runs-on: ubuntu-latest
- steps:
- - name: Checkout repo
- uses: actions/checkout@v4
- - run: python3 gen_layouts.py
- - name: "Run 'python3 gen_layouts.py' to update generated files"
- run: git diff --exit-code
- check-layouts:
- name: check_layout.output
- runs-on: ubuntu-latest
- steps:
- - name: Checkout repo
- uses: actions/checkout@v4
- - run: python3 check_layout.py
- - name: "Fix your layout accordingly or run 'python3 check_layout.py' to promote the warnings"
- run: git diff --exit-code