Skip to content

Commit

Permalink
Use PR title lint
Browse files Browse the repository at this point in the history
  • Loading branch information
v0-e committed Oct 16, 2024
1 parent f529e16 commit 9d0fbba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "[v4-client-js] Conventional PR Title"
name: "Conventional PR Title"
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
paths:
- 'v4-client-js/**'
- 'v4-client-rs/**'
jobs:
conventional-pr-title:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion v4-client-rs/client/src/indexer/tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ mod tests {

#[test]
fn token_denom_parse() {
// Test if hardcoded denomination is parsed correctly
// Test if hardcoded denominations are parsed correctly
let _usdc = Token::Usdc(0.into()).denom();
let _dydx = Token::Dydx(0.into()).denom();
let _dydx_tnt = Token::DydxTnt(0.into()).denom();
Expand Down

0 comments on commit 9d0fbba

Please sign in to comment.