Improve Linux build steps clarity, add Windows build from source option #1352
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
| on: | |
| push: {} | |
| pull_request: {} | |
| jobs: | |
| check-format: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: 'stylua --check' | |
| shell: bash | |
| run: | | |
| cargo install --version 2.3.0 stylua --features lua52 | |
| stylua --check . -v | |