Skip to content

Commit

Permalink
Changes by create-pull-request action (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbygdell committed Dec 18, 2023
2 parents 9f64e52 + 6dd90d5 commit b4e3c51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/sda-dev-test-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $ make build-all
...
```

To build the container for a speciffic component replace `all` with the folder name:
To build the container for a specific component replace `all` with the folder name:

```sh
$ make build-<folder-name>
Expand Down Expand Up @@ -66,7 +66,7 @@ $ make lint-all
...
```

To run golangci-lint for a speciffic component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`):
To run golangci-lint for a specific component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`):

```sh
$ make lint-<folder-name>
Expand All @@ -84,7 +84,7 @@ $ make test-all
...
```

To run the static code tests for a speciffic component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`, `sda-sftp-inbox`):
To run the static code tests for a specific component replace `all` with the folder name (`sda`, `sda-auth`, `sda-download`, `sda-sftp-inbox`):

```sh
$ make test-<folder-name>
Expand Down

0 comments on commit b4e3c51

Please sign in to comment.