Skip to content

Commit

Permalink
Merge pull request #364 from mum4k/github_actions
Browse files Browse the repository at this point in the history
Move workflow to the workflows directory.
  • Loading branch information
mum4k authored Jan 29, 2024
2 parents 821b47a + 7b0edc0 commit af91f83
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ updates:
directory: "/"
target-branch: "devel"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
6 changes: 0 additions & 6 deletions .github/go.yml → .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit af91f83

Please sign in to comment.