mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2024-11-06 18:57:24 +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
|