Skip to content

Update itzg/minecraft-server Docker digest to 8ed9d04 #780

Update itzg/minecraft-server Docker digest to 8ed9d04

Update itzg/minecraft-server Docker digest to 8ed9d04 #780

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