Skip to content

Commit

Permalink
Rename GitHub workflows (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop authored Nov 1, 2020
1 parent 9d4de27 commit 4333f1d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/.idea
/.vscode
/.idea
/.vscode
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package dev
import (
_ "github.com/bool64/dev/makefiles"
_ "github.com/bool64/dev/scripts"
_ "github.com/bool64/dev/templates/.github/workflows"
_ "github.com/bool64/dev/templates/github/workflows"
)
2 changes: 1 addition & 1 deletion makefiles/github-actions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ GO ?= go

## Replace GitHub Actions from template
github-actions:
@mkdir -p $(PWD)/.github/workflows && chmod +w $(PWD)/.github/workflows/*.yml && cp $(DEVGO_PATH)/templates/.github/workflows/*.yml $(PWD)/.github/workflows/ && chmod +w $(PWD)/.github/workflows/*.yml && git add $(PWD)/.github
@mkdir -p $(PWD)/.github/workflows && chmod +w $(PWD)/.github/workflows/*.yml && cp $(DEVGO_PATH)/templates/github/workflows/*.yml $(PWD)/.github/workflows/ && chmod +w $(PWD)/.github/workflows/*.yml && git add $(PWD)/.github

.PHONY: github-actions
File renamed without changes.
File renamed without changes.

0 comments on commit 4333f1d

Please sign in to comment.