Skip to content

Commit

Permalink
add linting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sol-matcha committed Sep 10, 2023
1 parent 848b7c4 commit e180e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ runs:
- "cd ${{ inputs.workspace_dir }}"
- yarn
- "solana-keygen new --no-bip39-passphrase"
- "cargo lint:clippy"
- "cargo lint:fmt"
- "yarn lint"
- "anchor test ${{ inputs.args }}"

0 comments on commit e180e1b

Please sign in to comment.