Skip to content

Retry login after intervals specified by the server #166

Retry login after intervals specified by the server

Retry login after intervals specified by the server #166

Workflow file for this run

on:
push:
branches: [master]
pull_request:
name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: FrancisRussell/[email protected]
with:
command: install-rustup
profile: minimal
- uses: FrancisRussell/[email protected]
with:
command: cargo fmt
args: --all -- --check