fix: improve hostname parsing logic in getSiteName function #158
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: i18n | |
| on: [push, pull_request] | |
| jobs: | |
| key-parity: | |
| runs-on: ubuntu-latest | |
| name: Check locale key parity | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - run: node scripts/check-i18n.js |