Skip to content

Add JS injection detection (#43) #404

Add JS injection detection (#43)

Add JS injection detection (#43) #404

Workflow file for this run

name: Linting check
on:
workflow_call: {}
push: {}
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
override-file: Cargo.toml
- name: Install rustfmt
run: rustup component add rustfmt
- name: Run rustfmt
run: cargo fmt -- --check