Skip to content

feat: use retryable oidc http client #135

feat: use retryable oidc http client

feat: use retryable oidc http client #135

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
ci:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: aldoborrero/direnv-nix-action@v2
with:
use_nix_profile: true
- name: Lint
run: task lint
- name: Test
run: task test