Skip to content

refactor: Use f-string instead of .format() (#32) #38

refactor: Use f-string instead of .format() (#32)

refactor: Use f-string instead of .format() (#32) #38

Workflow file for this run

name: VerifiedMods
on: [push, pull_request]
jobs:
manifest-checking:
name: Manifest check
uses: ./.github/workflows/manifest-check.yml
mods-verification:
name: Mod verification
needs: [manifest-checking]
uses: ./.github/workflows/mods-verification.yml