Skip to content

Commit

Permalink
add to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty committed Jan 6, 2025
1 parent 443b704 commit d462e74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,11 @@ jobs:
with:
command: clippy
args: --all-targets -- -D warnings

spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Spell Check Repo
uses: crate-ci/[email protected]

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions Job or Workflow does not set permissions

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Build and Test Nova' step
Uses Step
uses 'crate-ci/typos' with ref 'v1.29.4', not a pinned commit hash

0 comments on commit d462e74

Please sign in to comment.