From 76dc7074a47075de0cc217480db157badf74017b Mon Sep 17 00:00:00 2001 From: Raphael Mobis Tacla Date: Fri, 4 Sep 2026 00:59:14 -0300 Subject: [PATCH 1/2] fix pngg --- tiers/easy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiers/easy.json b/tiers/easy.json index 622e3a7..84a0ef8 100644 --- a/tiers/easy.json +++ b/tiers/easy.json @@ -2786,7 +2786,7 @@ "shortName": "Earth Emerald", "tip": "Obtained as a drop from Molanisks. Remember your light source and your slayer bell.", "wikiLink": "https://oldschool.runescape.wiki/w/Earth_emerald", - "imageLink": "https://oldschool.runescape.wiki/images/thumb/Earth_emerald_detail.png/320px-Earth_emerald_detail.pngg", + "imageLink": "https://oldschool.runescape.wiki/images/thumb/Earth_emerald_detail.png/320px-Earth_emerald_detail.png", "displayItemId": 34416, "verification": { "method": "collection-log", From 26d3d0248077a5386c77a973c3aa224f94c8134f Mon Sep 17 00:00:00 2001 From: Raphael Mobis Tacla Date: Fri, 4 Sep 2026 01:10:37 -0300 Subject: [PATCH 2/2] fix linting step using assets from main branch --- .github/workflows/fix-and-lint.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/fix-and-lint.yml b/.github/workflows/fix-and-lint.yml index 97a373e..754a4f4 100644 --- a/.github/workflows/fix-and-lint.yml +++ b/.github/workflows/fix-and-lint.yml @@ -126,6 +126,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + allow-unsafe-pr-checkout: true - uses: ./.github/actions/setup @@ -153,6 +157,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + allow-unsafe-pr-checkout: true - uses: ./.github/actions/setup @@ -178,6 +186,10 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v7 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + allow-unsafe-pr-checkout: true - uses: ./.github/actions/setup