⚙ add first check: golint

This commit is contained in:
root
2022-01-02 10:08:25 +00:00
parent 4aacb86695
commit 0cbdbf68e9

View File

@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- name: Run golint
run: |
apt install golint
sudo apt install -y golint
cd src
golint
echo done