Skip to content

Commit

Permalink
chore: secretlint via dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Dec 3, 2023
1 parent d70c6d0 commit 7fe73bf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/secretlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ jobs:
test:
name: "Secretlint"
runs-on: ubuntu-latest
container: secretlint/secretlint:v8.0.0
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install
run: npm install
- name: Lint with Secretlint
run: npx secretlint "**/*"
run: secretlint "**/*"

0 comments on commit 7fe73bf

Please sign in to comment.