Skip to content

Update actions/checkout digest to 11bd719 #779

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #779

Workflow file for this run

name: Secretlint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
test:
name: "Secretlint"
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install
run: npm install
- name: Lint with Secretlint
run: npx secretlint "**/*"