Skip to content

Commit

Permalink
use typo github action
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Aug 16, 2023
1 parent 19683fe commit 56c05cc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

- name: Install typos
run: nix develop -c 'cargo' install typos-cli

- name: Check typo
run: nix develop -c 'typos' --exclude ssvm-evmc
- name: Check spelling of file.txt
uses: crate-ci/typos@master

- name: Super-Linter
uses: github/super-linter@v4
Expand Down

0 comments on commit 56c05cc

Please sign in to comment.