mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-28 16:34:10 +01:00
6 lines
54 B
Bash
6 lines
54 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd backend/src
|
||
|
|
||
|
composer run-script lint
|