Skip to content
#

credential

Here are 27 public repositories matching this topic...

secretlint
azu
azu commented Jun 3, 2021

We want to add documents that run secretlint only on changed files on Pull Request.

name: Secretlint
on: [pull_request]

# secretlint + git diff on Pull Request
# https://github.com/secretlint/secretlint

jobs:
  test:
    name: "Secretlint"
    runs-on: ubuntu-18.04
    steps:
      - name: checkout
        uses: actions/checkout@v2
      - uses: technote-space/get-diff-a
good first issue Type: Documentation

Improve this page

Add a description, image, and links to the credential topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the credential topic, visit your repo's landing page and select "manage topics."

Learn more