12 Commits

Author SHA1 Message Date
Jérôme Duval
9f24d99747 lint.yml: switch to Ubuntu 24.04 2025-01-19 10:48:29 +01:00
Jérôme Duval
a67999e11f lint.yml: python 3.10 2023-09-19 10:35:33 +02:00
Jérôme Duval
ce2636e607 lint.yml: python 3.9 2023-05-16 14:21:27 +02:00
Peter van Dijk
19b5b5c2ba move haikuporter repo update before Lint job (#7943) 2023-03-11 17:25:51 -05:00
Peter van Dijk
ffacfef852 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/
2023-03-08 10:18:23 +01:00
waddlesplash
7c0a20c461 .github/lint: Fix export syntax. 2022-03-24 09:43:02 -04:00
waddlesplash
79cca1b70b .github/lint: Set PATH in the proper location. 2022-03-24 09:38:44 -04:00
waddlesplash
6956618aea .github/lint: Remove unnecessary cd. 2022-03-24 09:35:55 -04:00
waddlesplash
bd9ec3070c .github/lint: export PATH. 2022-03-24 09:34:32 -04:00
waddlesplash
dd7a4c3ca3 .github/lint: Use proper multi-line syntax. 2022-03-24 09:33:05 -04:00
waddlesplash
5e7f3de4b8 .github/lint: Adjustments. 2022-03-24 09:29:18 -04:00
waddlesplash
d3f790eb92 Create lint.yml action file.
This will replace Travis-CI.
2022-03-23 17:01:31 -04:00