Skip to content

Mem allocations (and other miscellaneous improvements) (#178) #252

Mem allocations (and other miscellaneous improvements) (#178)

Mem allocations (and other miscellaneous improvements) (#178) #252

name: Workflows Sprocket Lint
on: [push]
jobs:
sprocket_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run sprocket
uses: stjude-rust-labs/sprocket-action@v0.4.0
with:
lint: true
exclude-patterns: template
deny-warnings: true
deny-notes: true