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

feat: submodules #2613

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ jobs:
run: go test -v -cover -coverpkg=./... -coverprofile=coverage.txt -covermode=atomic -timeout 20m -run ^TestRunEventHostEnvironment$ ./...
shell: bash


snapshot:
name: snapshot
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

pull_request_rules:
- name: warn on conflicts
conditions:
Expand Down
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# feature branch

The purpose of this branch is to support submodules,

the use case is https://github.com/meta-introspector/time
that contains 2023/09/30/act as a submodule which cannot be built.

```
### Processed [GIT] files
- Using [git_diff v2.30.3] https://megalinter.github.io/v5/descriptors/git_git_diff
- MegaLinter key: [GIT_GIT_DIFF]
- Rules config: identified by [git_diff]
--Error detail:
fatal: not a git repository: /tmp/lint/../../../../../.git/modules/time/modules/2023/09/30/act

❌ Linted [GIT] files with [git_diff]: Found 1 error(s) - (0.01s)
[Text Reporter] Generated TEXT report: /tmp/lint/report/linters_logs/ERROR-GIT_GIT_DIFF.log
```

# original
![act-logo](https://raw.githubusercontent.com/wiki/nektos/act/img/logo-150.png)

# Overview [![push](https://github.com/nektos/act/workflows/push/badge.svg?branch=master&event=push)](https://github.com/nektos/act/actions) [![Join the chat at https://gitter.im/nektos/act](https://badges.gitter.im/nektos/act.svg)](https://gitter.im/nektos/act?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Go Report Card](https://goreportcard.com/badge/github.com/nektos/act)](https://goreportcard.com/report/github.com/nektos/act) [![awesome-runners](https://img.shields.io/badge/listed%20on-awesome--runners-blue.svg)](https://github.com/jonico/awesome-runners)
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ coverage:
default:
target: 50%
ignore:
# Files generated by Google Protobuf do not require coverage
- '**/*.pb.go'
# Files generated by Google Protobuf do not require coverage
- '**/*.pb.go'
Loading