Skip to content
Merged
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
12 changes: 7 additions & 5 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
3. Third item

### Code Blocks
```python

```
def hello_contributor():
print(f"Thanks for contributing to {{repository}}!")
print("Thanks for contributing!")
return "We appreciate your help!"
```

Expand Down Expand Up @@ -82,9 +83,10 @@ jobs:
[Visit Request Network](https://request.network/)

### Code Block Example
```javascript

```
function testFunction() {
console.log("Testing code blocks in PR comments");
console.log("Testing code blocks");
return true;
}
```
Expand Down Expand Up @@ -127,7 +129,7 @@ jobs:

This is a collapsed section containing additional information that's hidden by default.

```yaml
```
test:
name: Integration test
runs-on: ubuntu-latest
Expand Down