From 8d408b411a68156c782f83e7134b8bcafd4d6f12 Mon Sep 17 00:00:00 2001 From: boubou19 Date: Wed, 28 Aug 2024 22:32:52 +0200 Subject: [ci skip] add NEI Ore Plugin to the excluded GMI (#2991) --- .github/workflows/test-forbidden-getmoditems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-forbidden-getmoditems.yml b/.github/workflows/test-forbidden-getmoditems.yml index ab683d26eb..ebfb83458e 100644 --- a/.github/workflows/test-forbidden-getmoditems.yml +++ b/.github/workflows/test-forbidden-getmoditems.yml @@ -15,4 +15,4 @@ jobs: - name: Detect forbidden getModItem calls shell: bash run: | - ! grep -E -r 'getModItem\(("(bartworks|galacticgreg|ggfab|GoodGenerator|gregtech|gtnhlanth|miscutils|kekztech|kubatech|tectech)"|(BartWorks|GalactiGreg|GGFab|GoodGenerator|GTNHLanthanides|GTPlusPlus|KekzTech|KubaTech|TecTech)\.ID)' src/main/java + ! grep -E -r 'getModItem\(("(bartworks|galacticgreg|ggfab|GoodGenerator|gregtech|gtnhlanth|miscutils|kekztech|kubatech|tectech|gtneioreplugin)"|(BartWorks|GalactiGreg|GGFab|GoodGenerator|GTNHLanthanides|GTPlusPlus|KekzTech|KubaTech|TecTech|NEIOrePlugin)\.ID)' src/main/java -- cgit