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 f3cae79
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: cachix/install-nix-action@v15
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 f3cae79

Please sign in to comment.