chore(deps): update cw-storage-plus requirement from 1.2.0 to 2.0.0 #520
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
name: Code Quality Checks | |
on: | |
pull_request: | |
merge_group: | |
types: [checks_requested] | |
jobs: | |
code-quality: | |
runs-on: ubuntu-latest | |
env: | |
RIPGREP_VERSION: 14.1.0 | |
FD_VERSION: 9.0.0 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Whitestapace lints | |
run: bash ci/code-quality/whitespace-lints.sh | |
- name: Spell Check with Typos | |
uses: crate-ci/[email protected] # NOTE: Newer versions detect false positives. Test locally before upgrading. | |
with: | |
config: ./.github/typos.toml |