This repository was archived by the owner on Jan 24, 2026. It is now read-only.
Merge Italian translation from Polari3DS-ITA to Polari3DS - Italian Translatoion branch #355
Workflow file for this run
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: P3 | |
| on: | |
| push: | |
| paths-ignore: | |
| - '.github/ISSUE_TEMPLATE/**' | |
| - '.github/*' | |
| - 'LICENSE.txt' | |
| - 'README.md' | |
| pull_request: | |
| paths-ignore: | |
| - '.github/ISSUE_TEMPLATE/**' | |
| - '.github/*' | |
| - 'LICENSE.txt' | |
| - 'README.md' | |
| workflow_dispatch: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| container: pablomk7/luma3dsbuildtools | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: safedir | |
| run: git config --global --add safe.directory /__w/Polari3DS-ITA/Polari3DS-ITA | |
| - name: Build | |
| run: make -j$(nproc --all) | |
| - uses: actions/upload-artifact@v4 | |
| with: | |
| name: Polari3DS-ITA_beta | |
| path: boot.firm |