Skip to content

Update secretlint monorepo to ^8.2.3 #118

Update secretlint monorepo to ^8.2.3

Update secretlint monorepo to ^8.2.3 #118

Workflow file for this run

name: Secretlint
on: [push, pull_request]
permissions:
contents: read
jobs:
secretlint:
name: "Secretlint"
runs-on: ubuntu-22.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 "**/*"