Skip to content

Update secretlint monorepo to ^8.4.0 #131

Update secretlint monorepo to ^8.4.0

Update secretlint monorepo to ^8.4.0 #131

Workflow file for this run

name: Secretlint
on: [push, pull_request]
permissions:
contents: read
jobs:
secretlint:
name: "Secretlint"
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 16
- name: Install
run: npm install
- name: Lint with Secretlint
run: npx secretlint "**/*"