Skip to content

[CI] Update Versions DB: Hit S3 directly (instead of going through the julialang.org intermediary #66

[CI] Update Versions DB: Hit S3 directly (instead of going through the julialang.org intermediary

[CI] Update Versions DB: Hit S3 directly (instead of going through the julialang.org intermediary #66

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [main]
jobs:
rustfmt:
name: Rustfmt Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Rustfmt check
run: cargo fmt -- --check -v