ci(build): install deps with uv #28
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: CI | |
| on: push | |
| env: | |
| MOLECULE_POLICY_MODE: strict | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref_name || github.sha }} | |
| cancel-in-progress: true | |
| jobs: | |
| prek: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | |
| - name: Install Jing # RELAX NG validator for KIWI image descriptions | |
| run: sudo apt install jing | |
| - name: Run pre-commit | |
| uses: j178/prek-action@bdca6f102f98e2b4c7029491a53dfd366469e33d # v2 |