Skip to content

fix: add previous_tag_name #75

fix: add previous_tag_name

fix: add previous_tag_name #75

Workflow file for this run

name: Secretlint
on: push
permissions:
contents: read
jobs:
test:
name: "Secretlint"
runs-on: ubuntu-latest
container: secretlint/secretlint:v8.1.0
steps:
- name: checkout
uses: actions/checkout@v4
- name: Lint with Secretlint
run: secretlint "**/*"