Skip to content

build(deps-dev): bump ruff in /src/spow-telegram-bridge #71

build(deps-dev): bump ruff in /src/spow-telegram-bridge

build(deps-dev): bump ruff in /src/spow-telegram-bridge #71

Workflow file for this run

name: "continuous integration: Telegram Bridge"
on:
workflow_dispatch:
push:
paths:
- "src/spow-telegram-bridge/**"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
cd src/spow-telegram-bridge
nix develop --command sh check.sh