Skip to content

Commit 368e725

Browse files
committed
Run linter to fix linting errors
1 parent 6c25c62 commit 368e725

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/conference.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ jobs:
5555
automated pr
5656
add_comment:
5757
runs-on: ubuntu-latest
58-
58+
5959
steps:
60-
- name: Add comment to the issue
61-
uses: actions/github-script@v6
62-
if: ${{ github.event.issue.user.type != 'User' }} #adds comment only if the issue is created by a bot
63-
with:
64-
github-token: ${{ secrets.GITHUB_TOKEN }}
65-
script: |
66-
const issueNumber = context.payload.issue.number;
67-
const comment = "Automated issue, no action is required."
68-
69-
github.issues.createComment({
70-
...context.repo,
71-
issue_number: issueNumber,
72-
body: comment
73-
});
60+
- name: Add comment to the issue
61+
uses: actions/github-script@v6
62+
if: ${{ github.event.issue.user.type != 'User' }} #adds comment only if the issue is created by a bot
63+
with:
64+
github-token: ${{ secrets.GITHUB_TOKEN }}
65+
script: |
66+
const issueNumber = context.payload.issue.number;
67+
const comment = "Automated issue, no action is required."
68+
69+
github.issues.createComment({
70+
...context.repo,
71+
issue_number: issueNumber,
72+
body: comment
73+
});

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ Follow these steps and note these guidelines to begin contributing:
8282

8383
- To run the test suites for the codebase
8484

85-
- Ensure the site is running locally with `bundle exec jekyll serve --detach`. This will run the server in the background, and any content changes will immediately reflect on the site.
85+
- Ensure the site is running locally with `bundle exec jekyll serve --detach`. This will run the server in the background, and any content changes will immediately reflect on the site.
8686

87-
![Jekyll serve terminal](/assets/images/jekyll_serve_terminal.png)
87+
![Jekyll serve terminal](/assets/images/jekyll_serve_terminal.png)
8888

89-
- If you need to restart the server, you can run `pkill -f jekyll` to stop the server and then run `bundle exec jekyll serve --detach` to start the server again.
89+
- If you need to restart the server, you can run `pkill -f jekyll` to stop the server and then run `bundle exec jekyll serve --detach` to start the server again.
9090

91-
- Run all tests in the test-suite with the command `python3 -m pytest`:
91+
- Run all tests in the test-suite with the command `python3 -m pytest`:
9292

93-
![Pytest terminal](/assets/images/pytest_run_terminal.png)
93+
![Pytest terminal](/assets/images/pytest_run_terminal.png)
9494

9595
### Pushing Changes
9696

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ You can deploy your project locally but the fastest way to contribute is to use
154154
</a>
155155
</td></tr>
156156
</table>
157-
<!-- readme: collaborators,contributors -end -->
157+
<!-- readme: collaborators,contributors -end -->

0 commit comments

Comments
 (0)