Skip to content

Bump axios from 0.21.1 to 1.13.5 in /npm #282

Bump axios from 0.21.1 to 1.13.5 in /npm

Bump axios from 0.21.1 to 1.13.5 in /npm #282

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