ripsecrets 0.1.11

A command-line tool to prevent committing secret keys into your source code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
name: Continuous Integration
on:
  pull_request:
    branches:
      - main
jobs:
  build-and-check:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: cachix/install-nix-action@v18
      - run: nix build
      - run: nix flake check --no-build --show-trace