Archived
3
0

add indentation cd checking

This commit is contained in:
2025-03-12 12:13:02 +01:00
parent 8ba3be5346
commit c342cfd877
2 changed files with 32 additions and 3 deletions

18
.github/workflows/check_indentation.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Check indentation
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check tabs
run: make test_tabs