Skip to content

deps: be verbose when installing snaps #499

deps: be verbose when installing snaps

deps: be verbose when installing snaps #499

Workflow file for this run

name: PreCommit
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
PreCommit:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: |
sudo apt-get --yes install pkg-config libwayland-dev
pip install -e mir-ci
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()