Skip to content

[pre-commit.ci] pre-commit autoupdate #152

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #152

Workflow file for this run

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