Skip to content

Add missing closing quote #659

Add missing closing quote

Add missing closing quote #659

on:
push:
branches: [main]
pull_request:
branches: [main]
merge_group:
name: Static code analysis
jobs:
static_code_analysis:
name: "Static code analysis"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/[email protected]
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
- uses: Swatinem/[email protected]
- uses: actions-rs/[email protected]
with:
command: fmt
args: -- --check
- uses: actions-rs/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features