aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test-forbidden-getmoditems.yml
diff options
context:
space:
mode:
authorboubou19 <miisterunknown@gmail.com>2024-08-28 22:32:52 +0200
committerGitHub <noreply@github.com>2024-08-28 20:32:52 +0000
commit8d408b411a68156c782f83e7134b8bcafd4d6f12 (patch)
treedbba31855a0309665f575c89569d29ae92e130ad /.github/workflows/test-forbidden-getmoditems.yml
parent40bdbdd2fa1f3c989f89ca38e77fe6caf64bfc40 (diff)
downloadGT5-Unofficial-8d408b411a68156c782f83e7134b8bcafd4d6f12.tar.gz
GT5-Unofficial-8d408b411a68156c782f83e7134b8bcafd4d6f12.tar.bz2
GT5-Unofficial-8d408b411a68156c782f83e7134b8bcafd4d6f12.zip
[ci skip] add NEI Ore Plugin to the excluded GMI (#2991)
Diffstat (limited to '.github/workflows/test-forbidden-getmoditems.yml')
-rw-r--r--.github/workflows/test-forbidden-getmoditems.yml2
1 files changed, 1 insertions, 1 deletions
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