Skip to content

Commit

Permalink
Remove all non-python recompilation tools
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Oct 16, 2024
1 parent 8446a7f commit 8f27430
Show file tree
Hide file tree
Showing 752 changed files with 1,071 additions and 121,467 deletions.
37 changes: 0 additions & 37 deletions .clang-format

This file was deleted.

6 changes: 0 additions & 6 deletions .clang-tidy

This file was deleted.

7 changes: 0 additions & 7 deletions .gitattributes

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/analyze.yml

This file was deleted.

209 changes: 0 additions & 209 deletions .github/workflows/build.yml

This file was deleted.

23 changes: 4 additions & 19 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,8 @@ name: Format
on: [push, pull_request]

jobs:
clang-format:
name: 'C++'
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Run clang-format
run: |
find CONFIG LEGO1 ISLE -iname '*.h' -o -iname '*.cpp' | xargs \
pipx run "clang-format>=17,<18" \
--style=file \
-i
git diff --exit-code
python-format:
name: 'Python'
name: 'Python Format'
runs-on: ubuntu-latest

steps:
Expand All @@ -28,10 +13,10 @@ jobs:
- name: Install python libraries
shell: bash
run: |
pip install black==23.* pylint==3.2.7 pytest==7.* -r tools/requirements.txt
pip install black==23.* pylint==3.2.7 -r requirements.txt -r requirements-tests.txt
- name: Run pylint and black
shell: bash
run: |
pylint tools --ignore=build,ncc
black --check tools --exclude=ncc
pylint reccmp
black --check reccmp
32 changes: 0 additions & 32 deletions .github/workflows/legobin.yml

This file was deleted.

Loading

0 comments on commit 8f27430

Please sign in to comment.