diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-layouts.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-layouts.yml b/.github/workflows/check-layouts.yml index 49d85a2..004b1ae 100644 --- a/.github/workflows/check-layouts.yml +++ b/.github/workflows/check-layouts.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - run: python3 gen_layouts.py - - name: "Check that the generated 'layouts.xml' is uptodate, otherwise 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 @@ -22,5 +22,5 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - run: python3 check_layout.py - - name: "Check that the generated 'check_layout.output' is uptodate, otherwise 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 |
