Revert "disable workflows"

This reverts commit 94c646f1e5.
This commit is contained in:
braginini
2023-04-07 15:39:01 +02:00
parent 94c646f1e5
commit 0b21e05a52
7 changed files with 525 additions and 0 deletions

18
.github/workflows/golangci-lint.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: golangci-lint
on: [pull_request]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.x
- name: Install dependencies
run: sudo apt update && sudo apt install -y -q libgtk-3-dev libayatana-appindicator3-dev libgl1-mesa-dev xorg-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --timeout=6m