fix: move os-update script to new permanent location after steamos-update refactor #1358
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: Just Syntax Check | |
| on: [pull_request] | |
| permissions: {} | |
| jobs: | |
| just-syntax-check: | |
| name: Check Just Syntax | |
| runs-on: ubuntu-slim | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 | |
| - name: Check just syntax | |
| uses: ublue-os/just-action@v3 |