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:
commit
af91f8329d
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -7,4 +7,8 @@ updates:
|
||||
directory: "/"
|
||||
target-branch: "devel"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
6
.github/go.yml → .github/workflows/go.yml
vendored
6
.github/go.yml → .github/workflows/go.yml
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user