Replace cairo-language-server
with scarb-cairo-language-server
and update installation docs
#3421
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [pull_request] | |
jobs: | |
lint-commits: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- run: npm install --save-dev @commitlint/{cli,config-conventional} | |
- run: | | |
echo "module.exports = { extends: ['@commitlint/config-conventional'] };" > commitlint.config.js | |
- run: npx commitlint --from HEAD~1 --to HEAD --verbose |