mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-12-28 11:58:22 +01:00
3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/bash
|
||
|
git ls-files --exclude='*Dockerfile' --ignored | xargs --max-lines=1 ./hadolint
|