Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Update

Update #43

Workflow file for this run

name: ci
on:
push:
jobs:
secretlint:
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: latest
cache: npm
- name: npm ci
run: npm ci
- name: Run secretlint
run: npx secretlint "./*"