1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

Merge pull request #364 from mum4k/github_actions

Move workflow to the workflows directory.
This commit is contained in:
Jakub Sobon 2024-01-29 14:58:27 -05:00 committed by GitHub
commit af91f8329d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

View File

@ -7,4 +7,8 @@ updates:
directory: "/"
target-branch: "devel"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"

View File

@ -41,11 +41,5 @@ jobs:
- name: Format
run: diff -u <(echo -n) <(gofmt -d -s .)
- name: Licences
run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
- name: Lint
run: diff -u <(echo -n) <(golint ./...)
- name: Coverage
run: $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN