Skip to content

Enable pre-built chemfiles for 64-bit MSVC #15

Enable pre-built chemfiles for 64-bit MSVC

Enable pre-built chemfiles for 64-bit MSVC #15

Workflow file for this run

name: Format
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
env:
CARGO_TERM_COLOR: always
jobs:
format:
name: Style
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
components: rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check