Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
greyhypotheses committed Jun 21, 2024
1 parent 8e755ef commit 736cae9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ An image is built via the command
docker build . --file .devcontainer/Dockerfile -t fundamentals
```

On success, the output of command
On success, the output of

```shell
docker images
```

should include

<br>

| repository | tag | image id | created | size |
|:-------------|:-------|:---------|:---------|:---------|
| fundamentals | latest | $\ldots$ | $\ldots$ | $\ldots$ |
Expand Down Expand Up @@ -80,9 +82,11 @@ IDEA** instructions are:
<br>
<br>

## Actions
## Code Analysis

The GitHub Actions script [main.yml](.github/workflows/main.yml) conducts code analysis within a Cloud GitHub Workspace. Depending on the actions script, code analysis may occur `on push` to any repository branch, or `on push` to a specific branch.

Conduct remote code
The sections herein outline remote code analysis.

### pylint

Expand Down

0 comments on commit 736cae9

Please sign in to comment.