Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: move Mage files to separate directory #134

Merged
merged 1 commit into from Mar 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
git diff --exit-code -- go.mod go.sum

- name: Build Source
run: go run mage.go build:source
run: go run ./magefiles/mage.go build:source

- name: Install Lint
uses: golangci/golangci-lint-action@v2
Expand All @@ -44,7 +44,7 @@ jobs:
golangci-lint run

- name: Run Tests
run: go run mage.go cover:unit cover.out
run: go run ./magefiles/mage.go cover:unit cover.out

- name: Upload coverage report
uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ manipulate SIF container files:
```sh
git clone https://github.com/apptainer/sif
cd sif
go run mage.go install
go run ./magefiles/mage.go install
```

## Go Version Compatibility
Expand Down
File renamed without changes.
File renamed without changes.