History log of /haikuports/.github/workflows/lint.yml
Revision Date Author Comments
# a67999e1 19-Sep-2023 Jérôme Duval <jerome.duval@gmail.com>

lint.yml: python 3.10


# ce2636e6 16-May-2023 Jérôme Duval <jerome.duval@gmail.com>

lint.yml: python 3.9


# 19b5b5c2 11-Mar-2023 Peter van Dijk <peter@7bits.nl>

move haikuporter repo update before Lint job (#7943)


# ffacfef8 08-Mar-2023 Peter van Dijk <peter@7bits.nl>

lint updated recipes as well, and move script (#7926)

* also lint changed recipes

example commit taken from a recent PR:

$ git diff HEAD HEAD~ --numstat
7 7 media-sound/freac/{freac-1.1.7.recipe => freac-1.1.6.recipe}

-> lint-new-recipes.sh tries to find `media-sound/freac/{freac-1.1.7.recipe` which does not exist

$ git diff --no-renames HEAD HEAD~ --numstat
98 0 media-sound/freac/freac-1.1.6.recipe
0 98 media-sound/freac/freac-1.1.7.recipe

-> lint-new-recipes.sh skips over 1.1.6 (because it is gone) and lints 1.1.7

* move lint-new-recipes.sh into .github/


# 7c0a20c4 24-Mar-2022 waddlesplash <waddlesplash@gmail.com>

.github/lint: Fix export syntax.


# 79cca1b7 24-Mar-2022 waddlesplash <waddlesplash@gmail.com>

.github/lint: Set PATH in the proper location.


# 6956618a 24-Mar-2022 waddlesplash <waddlesplash@gmail.com>

.github/lint: Remove unnecessary cd.


# bd9ec307 24-Mar-2022 waddlesplash <waddlesplash@gmail.com>

.github/lint: export PATH.


# dd7a4c3c 24-Mar-2022 waddlesplash <waddlesplash@gmail.com>

.github/lint: Use proper multi-line syntax.


# 5e7f3de4 24-Mar-2022 waddlesplash <waddlesplash@gmail.com>

.github/lint: Adjustments.


# d3f790eb 23-Mar-2022 waddlesplash <waddlesplash@gmail.com>

Create lint.yml action file.

This will replace Travis-CI.