Skip to content

matrix-synapse: 1.91.2 -> 1.93.0 #107

matrix-synapse: 1.91.2 -> 1.93.0

matrix-synapse: 1.91.2 -> 1.93.0 #107

Workflow file for this run

name: Lint
on:
push:
branches:
- master
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nixbuild/nix-quick-install-action@v25
- name: Run pre-commit
run: nix develop --command pre-commit run --all --verbose