[pre-commit.ci] pre-commit autoupdate #152
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: Tests | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - name: Install just to run tests in fedora container | |
| run: | | |
| sudo apt -y install just podman | |
| - name: Run tests inside fedora container | |
| run: | | |
| just --set ci true test-all |