mirror of
https://github.com/bplein/factorio-docker.git
synced 2024-12-04 10:34:41 +02:00
3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/bash
|
||
|
git ls-files --exclude='*Dockerfile' --ignored | xargs --max-lines=1 ./hadolint
|