Skip to content

Bump tar from 6.1.10 to 7.5.3 in /npm #278

Bump tar from 6.1.10 to 7.5.3 in /npm

Bump tar from 6.1.10 to 7.5.3 in /npm #278

Workflow file for this run

name: Linters
on: [pull_request]
jobs:
rustfmt:
name: Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check Formatting
run: cargo fmt --all -- --check
- name: Check for idiomatic code
run: cargo clippy --all --all-features -- -D warnings