Skip to content

update: new line(!udplite.pcap) to .gitignore #462

update: new line(!udplite.pcap) to .gitignore

update: new line(!udplite.pcap) to .gitignore #462

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 "**/*"