#126 enable multiselect for tokenizer commands #425
on-push.yml
on: pull_request
Matrix: lint
Matrix: build
Matrix: coverage
Annotations
10 errors and 4 warnings
lint (ubuntu-latest):
cmd/root.go#L48
undefined: cmdmodel (typecheck)
|
lint (ubuntu-latest):
cmd/root.go#L50
undefined: cmdtokenizer (typecheck)
|
lint (ubuntu-latest):
cmd/model/remove_test.go#L6
could not import github.com/easy-model-fusion/emf-cli/internal/model (-: # github.com/easy-model-fusion/emf-cli/internal/model
|
lint (ubuntu-latest):
cmd/model/add.go#L22
undefined: modelcontroller (typecheck)
|
lint (ubuntu-latest):
internal/config/models.go#L7
could not import github.com/easy-model-fusion/emf-cli/internal/model (-: # github.com/easy-model-fusion/emf-cli/internal/model
|
lint (ubuntu-latest):
internal/config/tokenizers_test.go#L25
missing type in composite literal (typecheck)
|
lint (ubuntu-latest):
internal/controller/tidy.go#L8
could not import github.com/easy-model-fusion/emf-cli/internal/model (-: # github.com/easy-model-fusion/emf-cli/internal/model
|
lint (ubuntu-latest):
internal/controller/tokenizer/add_test.go#L118
missing type in composite literal (typecheck)
|
lint (ubuntu-latest):
internal/controller/tokenizer/remove_test.go#L37
missing type in composite literal (typecheck)
|
lint (ubuntu-latest):
internal/model/downloader.go#L1
: # github.com/easy-model-fusion/emf-cli/internal/model [github.com/easy-model-fusion/emf-cli/internal/model.test]
|
lint (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint (ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint (ubuntu-latest)
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|