Skip to content

Retry scripts on transient gRPC and pruned-state errors #26

Retry scripts on transient gRPC and pruned-state errors

Retry scripts on transient gRPC and pruned-state errors #26

Workflow file for this run

name: Check
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
check:
name: Run checks (tidy, lint, license)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v22
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v14
- name: Run checks
run: nix develop --command just check