Skip to content

Merge pull request #26 from nttcom-ic/feature-#25 #502

Merge pull request #26 from nttcom-ic/feature-#25

Merge pull request #26 from nttcom-ic/feature-#25 #502

Workflow file for this run

name: Secretlint
on: push
env:
CI: true
jobs:
test:
name: "Secretlint"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12]
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup Node ${{ matrix.node_version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: Install
run: npm install
- name: Lint with Secretlint
run: npx secretlint "**/*"