Skip to content

chore: ignore gas oracles tests #7

chore: ignore gas oracles tests

chore: ignore gas oracles tests #7

Workflow file for this run

name: Format
on: [ push ]
env:
CARGO_TERM_COLOR: always
jobs:
rustfmt:
name: πŸ” Analyse using rustfmt
runs-on: ubuntu-latest
steps:
- name: πŸ“š Clone repository
uses: actions/checkout@v2
- name: πŸ“¦ Install nightly Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
components: rustfmt
- name: πŸ” Analyse code with rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check