Skip to content

Prune all volumes using docker-wipe #676

Prune all volumes using docker-wipe

Prune all volumes using docker-wipe #676

Workflow file for this run

---
name: Lint
on: push
jobs:
linter:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Lint Code Base
uses: docker://github/super-linter:v5
env:
# vscode json settings comments break linting
VALIDATE_JSON: false