diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:23:46 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:23:46 +0200 |
commit | 7265bb9cf2fc5a7933b81aa997f93fa436c0347c (patch) | |
tree | 852ca757314a049b590540d9b3382299debe04ed | |
parent | c7a0ac0b42315c18df3bd14374d270ddc70bb968 (diff) | |
download | FlightCore-7265bb9cf2fc5a7933b81aa997f93fa436c0347c.tar.gz FlightCore-7265bb9cf2fc5a7933b81aa997f93fa436c0347c.zip |
Remove debug ls
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index b50b826e..e8841390 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -12,8 +12,6 @@ jobs: pip install toml - name: Run check run: | - ls -al - ls -al scripts/ python3 scripts/check_version_numbers.py # test-tauri: |