Skip to content

Merge pull request #95 from 9renpoto/fix/semver #46

Merge pull request #95 from 9renpoto/fix/semver

Merge pull request #95 from 9renpoto/fix/semver #46

Workflow file for this run

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