Skip to content

feat(rules): Apply four_space_rule extension for easier list editing … #364

feat(rules): Apply four_space_rule extension for easier list editing …

feat(rules): Apply four_space_rule extension for easier list editing … #364

Workflow file for this run

name: Rust Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch tags
run: |
git fetch --prune --tags ||:
- name: Install Rust
uses: actions-rs/toolchain@v1
- name: Cache Rust
uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
with:
command: test
args: --locked