gas-index-algorithm 0.1.3

An unofficial Rust port of Sensirion's gas-index-algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Security Audit

on: [push]

jobs:
  audit:
    name: Audit
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/checkout@v1
      - uses: actions-rs/audit-check@v1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}