Skip to content

Commit 6a9bd28

Browse files
authored
chore(ci): fixes to ci (#42)
## Description <!-- Provide a brief description of your changes --> **Note:** PR titles should follow [Conventional Commits](https://www.conventionalcommits.org/) format (e.g., `feat(devbox): add support for custom env vars` or `fix(snapshot): resolve pagination issue`) as they are used for automatic release notes generation. ## Type of Change <!-- Mark the relevant option with an 'x' --> - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test updates ## Related Issues <!-- Link to related issues using #issue-number --> Closes # ## Changes Made <!-- Describe the changes in detail --> ## Testing <!-- Describe how you tested your changes --> - [ ] I have tested locally - [ ] I have added/updated tests - [ ] All existing tests pass ## Checklist - [ ] My code follows the code style of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged and published ## Screenshots (if applicable) <!-- Add screenshots to help explain your changes --> ## Additional Notes <!-- Any additional information that reviewers should know -->
1 parent bfc2a03 commit 6a9bd28

5 files changed

Lines changed: 419 additions & 6 deletions

File tree

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, edited, synchronize, reopened]
66

77
jobs:
8-
lint:
8+
pr-title-check:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: amannn/action-semantic-pull-request@v5

misc/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ env:
1515
# Explicitly set the number of columns
1616
# or use `auto` to take the current
1717
# number of columns of your shell
18-
cols: auto
18+
cols: 135
1919

2020
# Explicitly set the number of rows
2121
# or use `auto` to take the current
2222
# number of rows of your shell
23-
rows: auto
23+
rows: 34
2424

2525
# Amount of times to repeat GIF
2626
# If value is -1, play once

misc/rli-demo-search.gif

7.83 MB
Loading

misc/rli-ssh-demo.gif

5.28 MB
Loading

0 commit comments

Comments
 (0)