Skip to content

Commit

Permalink
resolve CI pointed style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha committed Nov 16, 2023
1 parent e38a184 commit 40d875c
Showing 1 changed file with 2 additions and 71 deletions.
73 changes: 2 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,64 +34,7 @@ This is an example of a configuration file:
```yaml
version: 1.0.0
groups:
default:…nary

## Pull Request description
<!-- Describe the purpose of your PR and the changes you have made. -->

<!-- Which issue this PR aims to resolve or fix? E.g.:
Solving issue #004
-->

## How to test these changes

<!-- Example:

* run `$ abc -p 1234`
* open the web browser with url localhost:1234
* ...
-->

* ```...```

<!-- Modify the options to suit your project. -->
## Pull Request checklists

This PR is a:
- [ ] bug-fix
- [ ] new feature
- [ ] maintenance

About this PR:
- [ ] it includes tests.
- [ ] the tests are executed on CI.
- [ ] the tests generate log file(s) (path).
- [ ] pre-commit hooks were executed locally.
- [ ] this PR requires a project documentation update.

Author's checklist:
- [ ] I have reviewed the changes and it contains no misspelling.
- [ ] The code is well commented, especially in the parts that contain more complexity.
- [ ] New and old tests passed locally.

## Additional information

<!-- Add any screenshot that helps to show the changes proposed -->

<!-- Add any other extra information that would help to understand the changes proposed by this PR -->

## Reviewer's checklist

Copy and paste this template for your review's note:

```
## Reviewer's Checklist
- [ ] I managed to reproduce the problem locally from the `main` branch
- [ ] I managed to test the new changes locally
- [ ] I confirm that the issues mentioned were fixed/resolved .
```
default:
env-file: .env
targets:
clean:
Expand Down Expand Up @@ -205,16 +148,4 @@ echo $long_<TAB>
# Xonsh will intelligently complete the variable name
```
### Getting Started with Xonsh
To integrate Xonsh into your project, install it using:
```
pip install xonsh
```
Launch the Xonsh shell by running:
```
xonsh
```
For more comprehensive information and documentation, explore the [Xonsh GitHub repository](https://github.com/xonsh/xonsh) and the official [Xonsh website](https://xon.sh/).
For more comprehensive information and documentation, explore the [Xonsh GitHub repository](https://github.com/xonsh/xonsh) and the official [Xonsh website](https://xon.sh/).

0 comments on commit 40d875c

Please sign in to comment.